EventTypeDescriptor interface
Describes a type of event
Properties
description | A localized description of the event type |
id | A unique id for the event type |
input |
Event-specific inputs |
name | A localized friendly name for the event type |
publisher |
A unique id for the publisher of this event type |
supported |
Supported versions for the event's resource payloads. |
url | The url for this resource |
Property Details
description
A localized description of the event type
description: string
Property Value
string
id
A unique id for the event type
id: string
Property Value
string
inputDescriptors
name
A localized friendly name for the event type
name: string
Property Value
string
publisherId
A unique id for the publisher of this event type
publisherId: string
Property Value
string
supportedResourceVersions
Supported versions for the event's resource payloads.
supportedResourceVersions: string[]
Property Value
string[]
url
The url for this resource
url: string
Property Value
string