Vizel API / core/src / VizelBubbleMenuEscapeControllerOptions
Interface: VizelBubbleMenuEscapeControllerOptions
Defined in: packages/core/src/controllers/bubbleMenuEscapeController.ts:6
Options for createVizelBubbleMenuEscapeController.
Properties
getEditor
ts
readonly getEditor: () => Editor | null | undefined;Defined in: packages/core/src/controllers/bubbleMenuEscapeController.ts:11
Lazily resolves the bound editor. Called inside the keydown handler so the controller follows late-mounting editors without a remount.
Returns
Editor | null | undefined