aspnetcore-js-devexpress-dot-richedit-c8e29b0a.md
An alias type that refers to command ID enumeration types.
export type CommandId = FileTabCommandId | HomeTabCommandId | InsertTabCommandId | PageLayoutTabCommandId | ReferencesTabCommandId | MailMergeTabCommandId | ViewTabCommandId | HeaderAndFooterTabCommandId | TableDesignTabCommandId | TableLayoutTabCommandId | FloatingObjectsFormatTabCommandId | ContextMenuCommandId
| Type | Description |
|---|---|
| FileTabCommandId |
Lists commands contained in the File tab.
| | HomeTabCommandId |
Lists commands contained in the Home tab.
| | InsertTabCommandId |
Lists commands contained in the Insert tab.
| | PageLayoutTabCommandId |
Lists commands contained in the Page Layout tab.
| | ReferencesTabCommandId |
Lists commands contained in the References tab.
| | MailMergeTabCommandId |
Lists commands contained in the Mail Merge tab.
| | ViewTabCommandId |
Lists commands contained in the View tab.
| | HeaderAndFooterTabCommandId |
Lists commands contained in the Header And Footer tab.
| | TableDesignTabCommandId |
Lists commands contained in the Design tab.
| | TableLayoutTabCommandId |
Lists commands contained in the Layout tab.
| | FloatingObjectsFormatTabCommandId |
Lists commands contained in the Format tab.
| | ContextMenuCommandId |
Lists commands contained in the Context Menu.
|