Interface
SQL clause.
Properties
Property | Type | Notes |
---|---|---|
Whether endUser can see and edit the input editor for clause. | ||
boolean | For unHosted service & string field. | |
string | Only show label to endUser for current clause. null: use i18n to display the label. string: display custom label configured. | |
displayType is used for endUser. | ||
string | Jimu field name. | |
The clause operator. | ||
The clause type. | ||
The value options for clause. |
askForValueOptions
askForValueOptions: ClauseAskForValueOptions
Whether endUser can see and edit the input editor for clause.
displayLabel
displayLabel: string
Only show label to endUser for current clause. null: use i18n to display the label. string: display custom label configured.
displayType
Interface PropertydisplayType: ClauseDisplayType
displayType is used for endUser.
operator
Interface Propertyoperator: ClauseOperator
The clause operator.
type
Interface Propertytype: ClauseType
The clause type.
valueOptions
Interface PropertyvalueOptions: ClauseValueOptions
The value options for clause.