Skip to content

BlockSuite API Documentation / @blocksuite/inline / KeyboardBindingHandler

Type alias: KeyboardBindingHandler()

KeyboardBindingHandler: (context) => typeof KEYBOARD_PREVENT_DEFAULT | typeof KEYBOARD_ALLOW_DEFAULT

Parameters

context: KeyboardBindingContext

Returns

typeof KEYBOARD_PREVENT_DEFAULT | typeof KEYBOARD_ALLOW_DEFAULT

Source

packages/framework/inline/src/utils/keyboard.ts:35