Interface: IntervalOption
Defined in: src/constants.ts:192
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:194
Human-readable label for the interval
valueโ
value: number;
Defined in: src/constants.ts:196
Interval value in milliseconds