Home > @i2analyze/notebook-sdk > commands > IRecordsContext
commands.IRecordsContext interface
The records that are pertinent for a command that is surfaced in a particular area of the user interface.
Signature:
interface IRecordsContext
Introduced: version 1.0
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| entityRecords | readonly |
data.IKeyedReadOnlyCollection<records.AnalyzeRecordId, records.IChartEntityRecord> | Gets all the entity records that are pertinent for a command in a particular context. |
| linkRecords | readonly |
data.IKeyedReadOnlyCollection<records.AnalyzeRecordId, records.IChartLinkRecord> | Gets all the link records that are pertinent for a command in a particular context. |
| records | readonly |
data.IKeyedReadOnlyCollection<records.AnalyzeRecordId, records.IChartRecord> | Gets all the records that are pertinent for a command in a particular context. |