Vizel API / react/src / VizelFindReplaceProps
Interface: VizelFindReplaceProps
Defined in: packages/react/src/components/VizelFindReplace.tsx:21
Properties
className?
ts
optional className?: string;Defined in: packages/react/src/components/VizelFindReplace.tsx:32
Custom class name
editor?
ts
optional editor?: Editor | null;Defined in: packages/react/src/components/VizelFindReplace.tsx:30
The Tiptap editor instance.
Optional — when omitted, the component resolves the editor from the surrounding VizelProvider / Vizel context, so a consumer can drop <VizelFindReplace /> inside the all-in-one component without juggling refs.
locale?
ts
optional locale?: VizelLocale;Defined in: packages/react/src/components/VizelFindReplace.tsx:34
Locale for translated UI strings
onClose?
ts
optional onClose?: () => void;Defined in: packages/react/src/components/VizelFindReplace.tsx:36
Callback when the panel is closed
Returns
void