Vizel API / react/src / VizelMentionMenuRef
Interface: VizelMentionMenuRef
Defined in: packages/react/src/components/VizelMentionMenu.tsx:6
Properties
onKeyDown
ts
onKeyDown: (event) => boolean;Defined in: packages/react/src/components/VizelMentionMenu.tsx:13
Handle keyboard navigation events. The renderer forwards the raw KeyboardEvent. React, Vue, and Svelte share the raw-event signature so the renderer wires the same way in every adapter.
Parameters
| Parameter | Type |
|---|---|
event | KeyboardEvent |
Returns
boolean