Interface
Value options for clause.
Properties
Property | Type | Notes |
---|---|---|
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. | |
boolean | Only for clause verification logic check, not necessary for configuration. | |
Source type: User input, Field, Unique, Multiple, etc. | ||
Value for clause. It could have multiple |
inputEditor
Interface PropertyinputEditor: 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.
isValid
isValid: boolean
Only for clause verification logic check, not necessary for configuration.
sourceType
Interface PropertysourceType: ClauseSourceType
Source type: User input, Field, Unique, Multiple, etc.
value
Interface Propertyvalue: ClauseValuePair[]
Value for clause. It could have multiple ClauseValuePair
in the array.