ShortcutState
Adaptable State Section for Shortcut Module
TypeScript
export interface ShortcutState extendsExtends
Properties
| Property | Description |
|---|---|
| Shortcuts | Collection of Shortcuts - designed to speed up data entry |
Property Details
Shortcuts
Collection of Shortcuts - designed to speed up data entry
TypeScript
Shortcuts?: Shortcut[];Property Value
Shortcut[]