NotificationEventFieldType interface
Encapsulates the properties of a field type. It describes the data type of a field, the operators it support and how to populate it in the UI
Properties
id | Gets or sets the unique identifier of this field type. |
operator |
|
operators | Gets or sets the list of operators that this type supports. |
subscription |
|
value | Gets or sets the value definition of this field like the getValuesMethod and template to display in the UI |
Property Details
id
Gets or sets the unique identifier of this field type.
id: string
Property Value
string
operatorConstraints
operators
Gets or sets the list of operators that this type supports.
operators: NotificationEventFieldOperator[]
Property Value
subscriptionFieldType
value
Gets or sets the value definition of this field like the getValuesMethod and template to display in the UI
value: ValueDefinition