PredicateDefInput
Defines an Input to a Predicate
TypeScript
export interfaceProperties
| Property | Type |
|---|---|
| defaultValue | any |
| label | string |
| type | 'number' | 'text' | 'date' | 'boolean' |
Property Details
defaultValue
TypeScript
defaultValue?: any;Property Value
any
label
TypeScript
label?: string;Property Value
string
type
TypeScript
type: 'number' | 'text' | 'date' | 'boolean';Property Value
'number' | 'text' | 'date' | 'boolean'