DetectorDefinitionOutput interface
Class representing detector definition
Properties
| description | Description of the detector |
| display |
Display name of the detector |
| is |
Flag representing whether detector is enabled or not. |
| rank | Detector Rank |
Property Details
description
Description of the detector
description?: string
Property Value
string
displayName
Display name of the detector
displayName?: string
Property Value
string
isEnabled
Flag representing whether detector is enabled or not.
isEnabled?: boolean
Property Value
boolean
rank
Detector Rank
rank?: number
Property Value
number