DetectorDefinition interface
代表偵測器定義的類別
屬性
description | 偵測器的描述注意:此屬性將不會串行化。 它只能由伺服器填入。 |
display |
偵測器顯示名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
is |
旗標,表示是否啟用偵測器。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
rank | 偵測器排名注意:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
description
偵測器的描述注意:此屬性將不會串行化。 它只能由伺服器填入。
description?: string
屬性值
string
displayName
偵測器顯示名稱注意:此屬性將不會串行化。 它只能由伺服器填入。
displayName?: string
屬性值
string
isEnabled
旗標,表示是否啟用偵測器。 注意:這個屬性不會串行化。 它只能由伺服器填入。
isEnabled?: boolean
屬性值
boolean
rank
偵測器排名注意:此屬性將不會串行化。 它只能由伺服器填入。
rank?: number
屬性值
number