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