Skip to main content

Interface: MonitorSelectorProperties

Defined in: src/components/Dashboard/SiteCard/components/MonitorSelector.tsx:23

Props for the MonitorSelector component.

Propertiesโ€‹

className?โ€‹

readonly optional className: string

Defined in: src/components/Dashboard/SiteCard/components/MonitorSelector.tsx:25

Optional CSS classes for custom styling


monitorsโ€‹

readonly monitors: Monitor[]

Defined in: src/components/Dashboard/SiteCard/components/MonitorSelector.tsx:27

Array of available monitors to choose from


onChangeโ€‹

readonly onChange: ChangeWithEvent<HTMLSelectElement>

Defined in: src/components/Dashboard/SiteCard/components/MonitorSelector.tsx:29

Callback function for selection change events


selectedMonitorIdโ€‹

readonly selectedMonitorId: string

Defined in: src/components/Dashboard/SiteCard/components/MonitorSelector.tsx:31

ID of the currently selected monitor