Home > @i2analyze/notebook-sdk > commands > CommandPayloadMap
commands.CommandPayloadMap interface
A mapping of command types to their payload types.
Signature:
interface CommandPayloadMap
Introduced: version 1.0
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| application | readonly |
app.IApplicationContents | Gets the type of the payload that "application" commands receive. |
| records | readonly |
IRecordsContext | Gets the type of the payload that "records" commands receive. |
| unscoped | readonly |
void | Gets the type of the payload that "unscoped" commands receive. |