Function: useKeyboardEvent()
function useKeyboardEvent(
isNeed,
config?,
editor?): void
Defined in: submodules/univer/packages/docs-ui/src/views/rich-text-editor/hooks/useKeyboardEvent.ts:29
Parameters
Parameter | Type |
---|---|
isNeed | boolean |
config ? | IKeyboardEventConfig |
editor ? | Editor |
Returns
void