Home > @i2analyze/notebook-sdk > commands > ISystemCommands
commands.ISystemCommands interface
A lookup table for the command identifiers of the default system commands.
Signature:
interface ISystemCommands
Introduced: version 1.0
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| addToMap | readonly |
CommandId | Gets the identifier of the system command that adds geospatial markers to the map from the current selection. |
| chartSettings | readonly |
CommandId | Gets the identifier of the system command that opens the chart settings dialog. |
| copy | readonly |
CommandId | Gets the identifier of the system command that copies the selected elements to the clipboard. |
| cut | readonly |
CommandId | Gets the identifier of the system command that cuts the selected elements and copies them to the clipboard. |
| deleteSelected | readonly |
CommandId | Gets the identifier of the system command that deletes the currently selected elements. |
| downloadRecords | readonly |
CommandId | Gets the identifier of the system command that allows users to download records in Excel format. |
| editElementLabel | readonly |
CommandId | Gets the identifier of the system command that enables inline editing for the selected element's label. |
| editGroupLabel | readonly |
CommandId | Gets the identifier of the system command that enables inline editing for the selected group's label. |
| expand | readonly |
CommandId | Gets the identifier of the system command that performs a one-level expand operation on the current selection. |
| exportPdf | readonly |
CommandId | Gets the identifier of the "Export to PDF" system command. |
| getPaths | readonly |
CommandId | Gets the identifier of the "Get paths" system command. |
| groupNodes | readonly |
CommandId | Gets the identifier of the system command that adds selected nodes to a group. |
| layoutCircular | readonly |
CommandId | Gets the identifier of the system command that performs a circular layout. |
| layoutGrouped | readonly |
CommandId | Gets the identifier of the system command that performs a grouped layout. |
| layoutMinimizeCrossedLinks | readonly |
CommandId | Gets the identifier of the system command that performs a minimize crossed links layout. |
| layoutOrganization | readonly |
CommandId | Gets the identifier of the system command that performs an organization layout. |
| layoutPacked | readonly |
CommandId | Gets the identifier of the system command that performs a packed layout. |
| layoutPeacock | readonly |
CommandId | Gets the identifier of the system command that performs a peacock layout. |
| maximizeGroups | readonly |
CommandId | Gets the identifier of the system command that maximizes selected groups in the chart. |
| minimizeGroups | readonly |
CommandId | Gets the identifier of the system command that minimizes selected groups in the chart. |
| openImporter | readonly |
CommandId | Gets the identifier of the system command that opens the i2 Notebook importer. |
| openThreeSixtyView | readonly |
CommandId | Gets the identifier of the system command that opens a 360 view of the selected Information Store entity record. |
| paste | readonly |
CommandId | Gets the identifier of the system command that pastes the contents of the clipboard. |
| redo | readonly |
CommandId | Gets the identifier of the "Redo" system command. |
| resetElementLabel | readonly |
CommandId | Gets the identifier of the system command that resets the selected elements' labels to their default values. |
| resetGroupLabel | readonly |
CommandId | Gets the identifier of the system command that resets the selected groups' labels to their default values. |
| saveChart | readonly |
CommandId | Gets the identifier of the system command that saves the current chart. |
| selectAll | readonly |
CommandId | Gets the identifier of the system command that selects all elements on the chart. |
| selectAttached | readonly |
CommandId | Gets the identifier of the system command that adds attached elements to the current selection. |
| selectInvert | readonly |
CommandId | Gets the identifier of the system command that inverts chart selection. |
| selectUnitedItems | readonly |
CommandId | Gets the identifier of the system command that selects united items. |
| shareRecords | readonly |
CommandId | Gets the identifier of the system command that allows users to share records with each other. |
| toggleChartingPreferences | readonly |
CommandId | Gets the identifier of the system command that toggles the charting preferences UI. |
| toggleExpand | readonly |
CommandId | Gets the identifier of the system command that toggles the Expand-with-conditions UI. |
| toggleExplore | readonly |
CommandId | Gets the identifier of the system command that toggles the explore selection UI. |
| toggleExternalSearches | readonly |
CommandId | Gets the identifier of the system command that toggles the External Searches UI. |
| toggleLists | readonly |
CommandId | Gets the identifier of the system command that toggles the lists UI. |
| toggleMap | readonly |
CommandId | Gets the identifier of the system command that toggles the map UI. |
| togglePalette | readonly |
CommandId | Gets the identifier of the system command that toggles the palette UI. |
| toggleQuickSearch | readonly |
CommandId | Gets the identifier of the system command that toggles the Quick Search UI. |
| toggleRecordInspector | readonly |
CommandId | Gets the identifier of the system command that toggles the Record Inspector UI. |
| toggleStyling | readonly |
CommandId | Gets the identifier of the system command that toggles the style UI. |
| toggleVisualQuery | readonly |
CommandId | Gets the identifier of the system command that toggles the Visual Query UI. |
| undo | readonly |
CommandId | Gets the identifier of the "Undo" system command. |
| ungroupNodes | readonly |
CommandId | Gets the identifier of the system command that removes selected nodes from their group. |