Skip to main content

Interface: IntervalOption

Defined in: src/constants.ts:189

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:191

Human-readable label for the interval


valueโ€‹

value: number

Defined in: src/constants.ts:193

Interval value in milliseconds