Skip to main content
Version: 1.x.x

Getting a Record

quip.apps.getRecordById

Function(id: string) => quip.apps.Record | undefined

Gets a quip.apps.Record by ID. Returns null if no Record exists for that ID.

quip.apps.getRootRecord

Function() => quip.apps.RootRecord

Gets a pointer to the RootRecord for this app instance.

quip.apps.getRootRecordId

Function() => string

Gets the ID of the RootRecord for this app instance.