Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotificationEventFieldType

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

Hierarchy

  • NotificationEventFieldType

Index

Properties

Optional id

id: string

Gets or sets the unique identifier of this field type.

Optional operatorConstraints

operatorConstraints: Array<OperatorConstraint>

Optional operators

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

Optional value

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

Generated using TypeDoc