Interface: ClusterChooserProps
Defined in: components/cluster/ClusterChooser.tsx:23
Properties
accentColor?
optional accentColor?: string;
Defined in: components/cluster/ClusterChooser.tsx:27
clickHandler
clickHandler: (event?: MouseEvent<HTMLButtonElement, MouseEvent>) => void;
Defined in: components/cluster/ClusterChooser.tsx:24
Parameters
| Parameter | Type |
|---|---|
event? | MouseEvent<HTMLButtonElement, MouseEvent> |
Returns
void
cluster?
optional cluster?: string;
Defined in: components/cluster/ClusterChooser.tsx:25
icon?
optional icon?: string;
Defined in: components/cluster/ClusterChooser.tsx:26