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: 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.