Home > @i2analyze/notebook-sdk > commands > RecordsContextChangeListener
commands.RecordsContextChangeListener type
A callback function that handles records context change events.
Signature:
type RecordsContextChangeListener = (recordsContext: IRecordsContext & app.IChangeSource) => void;
References: IRecordsContext, app.IChangeSource
Introduced: version 1.0
Parameters
Parameter | Description |
---|---|
recordsContext | The records that were pertinent in the context of the surfaced command at the moment the callback was invoked, and the source of the change to those records. |