ActionId Variable
Lists values that identify toolbar commands.
Declaration
export const ActionId: {
Cut: string;
Copy: string;
Paste: string;
Delete: string;
Undo: string;
Redo: string;
ZoomOut: string;
ZoomSelector: string;
ZoomIn: string;
};
Members
| Name | Type | Description |
|---|---|---|
| Copy | string | The Copy toolbar button. |
| Cut | string | The Cut toolbar button. |
| Delete | string | The Delete toolbar button. |
| Paste | string | The Paste toolbar button. |
| Redo | string | The Redo toolbar button. |
| Undo | string | The Undo toolbar button. |
| ZoomIn | string | The Zoom In toolbar button. |
| ZoomOut | string | The Zoom Out toolbar button. |
| ZoomSelector | string | The drop-down list with available zoom factors. |