Adaptable State Section for Shortcut Module

TypeScript
export interface ShortcutState extends
Extends

BaseState

Properties

PropertyDescription
ShortcutsCollection 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[]