Interface: IRegisteredKeyBinding experimental
Beta
Key binding that is registered to an input context
Properties
id
readonlyid:string
Beta
Remarks
Unique identifier for the binding.
Methods
getProcessingState()
getProcessingState():
KeyProcessingState
Beta
Returns
Remarks
Returns current processing state of the binding.
setProcessingState()
setProcessingState(
newState):void
Beta
Parameters
newState
KeyProcessingState | undefined
New binding processing state.
Returns
void
Remarks
Updates how the key input will be processed for this binding. If undefined, it will be consumed.
