DeltaIndicationMode Type
Declaration
export type DeltaIndicationMode = "GreaterIsGood" | "LessIsGood" | "WarningIfGreater" | "WarningIfLess" | "NoIndication"
Members
| Name |
|---|
| "GreaterIsGood" |
| "LessIsGood" |
| "WarningIfGreater" |
| "WarningIfLess" |
| "NoIndication" |