Skip to main content

Interface: ClusterChooserProps

Defined in: components/cluster/ClusterChooser.tsx:23

Properties​

accentColor?​

optional accentColor?: string;

Defined in: components/cluster/ClusterChooser.tsx:28


clickHandler​

clickHandler: (event?: MouseEvent<HTMLButtonElement, MouseEvent>) => void;

Defined in: components/cluster/ClusterChooser.tsx:24

Parameters​

ParameterType
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:27


selectedClusters?​

optional selectedClusters?: string[];

Defined in: components/cluster/ClusterChooser.tsx:26