Skip to content

Vizel API / react/src / VizelBubbleMenuColorPickerProps

Interface: VizelBubbleMenuColorPickerProps

Defined in: packages/react/src/components/VizelBubbleMenuColorPicker.tsx:15

Properties

allowCustomColor?

ts
optional allowCustomColor?: boolean;

Defined in: packages/react/src/components/VizelBubbleMenuColorPicker.tsx:24

Enable custom color input (default: true)


className?

ts
optional className?: string;

Defined in: packages/react/src/components/VizelBubbleMenuColorPicker.tsx:22

Custom class name


colors?

ts
optional colors?: readonly VizelColorDefinition[];

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

Custom color palette


editor

ts
editor: Editor;

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


locale?

ts
optional locale?: VizelLocale;

Defined in: packages/react/src/components/VizelBubbleMenuColorPicker.tsx:28

Locale for translated UI strings


showRecentColors?

ts
optional showRecentColors?: boolean;

Defined in: packages/react/src/components/VizelBubbleMenuColorPicker.tsx:26

Enable recent colors (default: true)


type

ts
type: "textColor" | "highlight";

Defined in: packages/react/src/components/VizelBubbleMenuColorPicker.tsx:18

Color picker type

Released under the MIT License.