Skip to content

Vizel API / react/src / VizelOutlineProps

Interface: VizelOutlineProps

Defined in: packages/react/src/components/VizelOutline.tsx:12

Properties

className?

ts
optional className?: string;

Defined in: packages/react/src/components/VizelOutline.tsx:16

Additional CSS class name


currentPos?

ts
optional currentPos?: number | null;

Defined in: packages/react/src/components/VizelOutline.tsx:21

Override for the current document position used to highlight the active heading. Defaults to editor.state.selection.from.


editor?

ts
optional editor?: Editor | null;

Defined in: packages/react/src/components/VizelOutline.tsx:14

Editor instance. Falls back to the editor from VizelProvider / Vizel context if omitted.


locale?

ts
optional locale?: VizelLocale;

Defined in: packages/react/src/components/VizelOutline.tsx:23

Locale for translated UI strings

Released under the MIT License.