Skip to main content

Interface: IntervalOption

Defined in: src/constants.ts:149

Interface for interval options used in dropdowns.

Remarksโ€‹

Provides structured data for time interval selection components. Used by monitoring configuration forms to present user-friendly interval options with corresponding millisecond values.

Propertiesโ€‹

labelโ€‹

label: string

Defined in: src/constants.ts:151

Human-readable label for the interval


valueโ€‹

value: number

Defined in: src/constants.ts:153

Interval value in milliseconds