Home > @i2analyze/i2connect > services > IConditionBase
services.IConditionBase interface
A set of information that is common to all service conditions.
Signature:
interface IConditionBase 
Introduced: API version 1.0
Properties
| Property | Type | Description | 
|---|---|---|
| description? | string | RequestSpecificValue<string> | (Optional) Gets a description of the condition, which might be displayed in the user interface. | 
| hide? | HidePredicate | (Optional) Gets whether the condition should be hidden from the current user, based on information in the request. | 
| isMandatory? | boolean | (Optional) Indicates whether the user must provide a value for the condition before they can use the service. | 
| label | string | RequestSpecificValue<string> | Gets the label for the condition, which is displayed in the user interface. |