Last updated

API / geotoolkit / gauges / Alarm / Alarm

Namespace: Alarm

gauges.Alarm.Alarm

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

properties

Type declaration

NameTypeDescription
additionalproperties?Record<string, any>Extra properties which will be passed into the handler function as fourth parameter
handlername?stringName of the handler function as defined in Alarm Factory
high?numberUpper boundary of range that the alarm is effective on
low?numberLower boundary of range that the alarm is effective on
name?stringName of the alarm for indexing
range?RangeRange that the alarm is effective on

OptionsOut

Ƭ OptionsOut: Object

properties

Type declaration

NameTypeDescription
additionalproperties?Record<string, any>Extra properties which will be passed into the handler function as fourth parameter
handlername?stringName of the handler function as defined in Alarm Factory
name?stringName of the alarm for indexing
range?RangeRange that the alarm is effective on