次の方法で共有


NotificationEventType interface

イベントタイプのプロパティをカプセル化します。 このフィールドは、そのイベント・タイプのフィルタリングに使用できるフィールドを定義します。

プロパティ

category
color

このイベントの種類を表す色を取得または設定します。 例: rgb(128,245,211) または #fafafa

customSubscriptionsAllowed
eventPublisher
fields
hasInitiator
icon

このイベントの種類を表すアイコンを取得または設定します。 URL または CSS クラスにすることができます。 例: css://some-css-class

id

このイベント定義の一意の識別子を取得または設定します。

name

このイベント定義の名前を取得または設定します。

roles
supportedScopes

このイベント型がサポートするスコープを取得または設定します

url

このイベントの種類の詳細 (フィールド、フィールドの種類) を取得するために、残りのエンドポイントを取得または設定します。

プロパティの詳細

category

category: NotificationEventTypeCategory

プロパティ値

color

このイベントの種類を表す色を取得または設定します。 例: rgb(128,245,211) または #fafafa

color: string

プロパティ値

string

customSubscriptionsAllowed

customSubscriptionsAllowed: boolean

プロパティ値

boolean

eventPublisher

eventPublisher: NotificationEventPublisher

プロパティ値

fields

fields: {[key: string]: NotificationEventField}

プロパティ値

{[key: string]: NotificationEventField}

hasInitiator

hasInitiator: boolean

プロパティ値

boolean

icon

このイベントの種類を表すアイコンを取得または設定します。 URL または CSS クラスにすることができます。 例: css://some-css-class

icon: string

プロパティ値

string

id

このイベント定義の一意の識別子を取得または設定します。

id: string

プロパティ値

string

name

このイベント定義の名前を取得または設定します。

name: string

プロパティ値

string

roles

roles: NotificationEventRole[]

プロパティ値

supportedScopes

このイベント型がサポートするスコープを取得または設定します

supportedScopes: string[]

プロパティ値

string[]

url

このイベントの種類の詳細 (フィールド、フィールドの種類) を取得するために、残りのエンドポイントを取得または設定します。

url: string

プロパティ値

string