DeltaIndicationMode Type
In This Article
#Declaration
TypeScript
export type DeltaIndicationMode = "GreaterIsGood" | "LessIsGood" | "WarningIfGreater" | "WarningIfLess" | "NoIndication"
#Members
Name |
---|
"Greater |
"Less |
"Warning |
"Warning |
"No |