KeyboardShortcutProps Interface

Properties for a Keyboard Shortcut

Extends

Properties

Name Type Description
isAltKeyRequired undefined | false | true Indicates whether the Alt key required.  
isCtrlKeyRequired undefined | false | true Indicates whether the Ctrl key required.  
isShiftKeyRequired undefined | false | true Indicates whether the Shift key required.  
item undefined | ActionButtonItemDef The item to execute when this shortcut is invoked.  
key string | FunctionKey | SpecialKey The key that invokes the shortcut.  
shortcuts undefined | KeyboardShortcutProps[] Nested array of shortcut props.  

Inherited properties

Name Type Inherited from Description
betaBadge undefined | false | true ItemProps Indicates whether to draw a Beta badge.
iconSpec undefined | IconSpec IconProps CSS class name or SvgSprite for icon

Defined in

Last Updated: 08 January, 2020