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.

operatorConstraints
operators

Gets or sets the list of operators that this type supports.

subscriptionFieldType
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

operatorConstraints: OperatorConstraint[]

Property Value

operators

Gets or sets the list of operators that this type supports.

operators: NotificationEventFieldOperator[]

Property Value

subscriptionFieldType

subscriptionFieldType: SubscriptionFieldType

Property Value

value

Gets or sets the value definition of this field like the getValuesMethod and template to display in the UI

value: ValueDefinition

Property Value