Interface
Value options for clause.
Properties
| Property | Type | Notes |
|---|---|---|
inputEditor | string | To define which input style to apply to the UI for a specific source type. It also defines the date/time accuracy for date fields. |
inputEditorAtRuntime | string | By default, it's same as |
isValid | boolean | Only for clause verification logic check, not necessary for configuration. |
sourceType | ClauseSourceType | Source type: User input, Field, Unique, Multiple, etc. |
value | ClauseValuePair[] | Value for clause. It could have multiple |
inputEditor
Interface PropertyinputEditor: stringTo define which input style to apply to the UI for a specific source type. It also defines the date/time accuracy for date fields.
inputEditorAtRuntime
inputEditorAtRuntime: stringBy default, it's same as inputEditor .
For predefined clause, the styles at runtime are different from style in builder.
isValid
isValid: booleanOnly for clause verification logic check, not necessary for configuration.
sourceType
Interface PropertysourceType: ClauseSourceTypeSource type: User input, Field, Unique, Multiple, etc.
value
Interface Propertyvalue: ClauseValuePair[]Value for clause. It could have multiple ClauseValuePair in the array.