Home > @i2analyze/notebook-sdk > commands > CommandEventsMap
commands.CommandEventsMap interface
A mapping of command types to the event types that are available to a surfaced command.
Signature:
interface CommandEventsMap
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
application | readonly |
app.IApplicationEvents | Gets the type of events that are available to "application" commands. |
records | readonly |
IRecordsContextEvents | Gets the type of events that are available to "records" commands. |
unscoped | readonly |
undefined | Gets the type of events that are available to "unscoped" commands. |