Subscribe
quip.apps.RecordList.prototype
listen
Function(listener: (record: quip.apps.RecordList) => void) => void
Subscribes the listener function to changes in this RecordList. This listener function is only fired when the list of Records changes and not for changes in each Record; the developer is responsible for subscribing to changes in individual Records if needed.
unlisten
Function(listener: (record: quip.apps.RecordList) => void) => void
Unsubscribes this listener function from changes in this RecordList.