Interface: KeyboardConfiguration
component.KeyboardConfiguration
Interface for configuration of keyboard component.
interface
example
var viewer = new Viewer({ ... component: { keyboard: { keyZoom: false, keySequenceNavigation: false, keySpatialNavigation: false, }, }, ...});Hierarchy#
ComponentConfiguration↳
KeyboardConfiguration
Properties#
keyPlay#
• Optional keyPlay: boolean
Enable or disable the KeyPlayHandler.
default true
Defined in#
component/interfaces/KeyboardConfiguration.ts:28
keySequenceNavigation#
• Optional keySequenceNavigation: boolean
Enable or disable the KeySequenceNavigationHandler.
default true
Defined in#
component/interfaces/KeyboardConfiguration.ts:35
keySpatialNavigation#
• Optional keySpatialNavigation: boolean
Enable or disable the KeySpatialNavigationHandler.
default true
Defined in#
component/interfaces/KeyboardConfiguration.ts:42
keyZoom#
• Optional keyZoom: boolean
Enable or disable the KeyZoomHandler.
default true