Skip to content

Interface

Value options for clause.

Properties

PropertyTypeNotes
inputEditorstring

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.

inputEditorAtRuntimestring

By default, it's same as inputEditor . For predefined clause, the styles at runtime are different from style in builder.

isValidboolean

Only for clause verification logic check, not necessary for configuration.

sourceTypeClauseSourceType

Source type: User input, Field, Unique, Multiple, etc.

valueClauseValuePair[]

Value for clause. It could have multiple ClauseValuePair in the array.

inputEditor

Interface Property
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

optional
Interface Property
inputEditorAtRuntime: string

By default, it's same as inputEditor . For predefined clause, the styles at runtime are different from style in builder.

isValid

optional
Interface Property
isValid: boolean

Only for clause verification logic check, not necessary for configuration.

sourceType

Interface Property
sourceType: ClauseSourceType

Source type: User input, Field, Unique, Multiple, etc.

value

Interface Property
value: ClauseValuePair[]

Value for clause. It could have multiple ClauseValuePair in the array.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.