Accessors
quip.apps.RecordList.prototype
getId
Function() => string
Returns the ID of this RecordList.
get
Function(index: number) => quip.apps.Record | undefined
Returns the Record at the given index in this list.
getRecords
Function() => quip.apps.Record[]
Returns an array of all the Record objects in this list.
contains
Function(recordId: string) => boolean
Returns true
if the given recordId is contained in this list.
count
Function() => number
Returns the number of Record objects in this list.
indexOf
Function(recordId: string) => number
Returns the index of the given recordId in this list. Returns -1 if this recordId is not contained in this list.
isDeleted
Function() => boolean
Returns true
if this record is deleted.