KeyboardInputMode

There are several input modes that can be extended throughout the project. Known values include:

[ Type ]

type KeyboardInputMode = 'skip' | 'none' | Exclude<keyof InputModeMapping, number>;

Schema: tchmi:framework#/definitions/Inputmode

See also the documentation on the InputModeMapping and number types.

KeyboardInputMode 1:

Available from 1.8