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