Home > @i2analyze/i2connect > services > IConditionBase > description
services.IConditionBase.description property
Gets a description of the condition, which might be displayed in the user interface.
Signature:
readonly description?: string | RequestSpecificValue<string>;
Returns: string | RequestSpecificValue<string>
Introduced: API version 1.0
Remarks
This property has supported a string
value since version 1.0. A RequestSpecificValue\<string\>
value is supported only in version 1.2 and later.