Vizel API / react/src / VizelToolbarButtonProps
Interface: VizelToolbarButtonProps
Defined in: packages/react/src/components/VizelToolbarButton.tsx:3
Properties
action?
optional action?: string;Defined in: packages/react/src/components/VizelToolbarButton.tsx:17
Action identifier for testing
children
children: ReactNode;Defined in: packages/react/src/components/VizelToolbarButton.tsx:11
Button content (typically an icon)
className?
optional className?: string;Defined in: packages/react/src/components/VizelToolbarButton.tsx:15
Additional CSS class name
disabled?
optional disabled?: boolean;Defined in: packages/react/src/components/VizelToolbarButton.tsx:9
Whether the button is disabled
isActive?
optional isActive?: boolean;Defined in: packages/react/src/components/VizelToolbarButton.tsx:7
Whether the action is currently active
onClick?
optional onClick?: () => void;Defined in: packages/react/src/components/VizelToolbarButton.tsx:5
Click handler
Returns
void
title?
optional title?: string;Defined in: packages/react/src/components/VizelToolbarButton.tsx:13
Tooltip text