Skip to content

Vizel API / react/src / VizelToolbarDefaultProps

Interface: VizelToolbarDefaultProps

Defined in: packages/react/src/components/VizelToolbarDefault.tsx:19

Properties

actions?

ts
optional actions?: readonly VizelToolbarActionItem[];

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

Custom toolbar actions — supports both simple actions and dropdown actions


className?

ts
optional className?: string;

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


editor

ts
editor: Editor;

Defined in: packages/react/src/components/VizelToolbarDefault.tsx:20


locale?

ts
optional locale?: VizelLocale;

Defined in: packages/react/src/components/VizelToolbarDefault.tsx:25

Locale for translated labels

Released under the MIT License.