Encapsulates the properties of a field type. It includes a unique id for the operator and a localized string for display name

interface NotificationEventFieldOperator {
    displayName?: string;
    id?: string;
}

Properties

Properties

displayName?: string

Gets or sets the display name of an operator

id?: string

Gets or sets the id of an operator