Properties
isSubscribable
isSubscribable: boolean
notificationNamePattern
notificationNamePattern: string
Optional presentationInfo
presentationInfo?: {
friendlyName: string;
scopeFriendlyNames: object;
scopes: string[];
}
Type declaration
friendlyName: string
scopeFriendlyNames: object
scopes: string[]
Optional subscriptionInfo
subscriptionInfo?: {
action: string;
resourceId?: string;
resourceSubType?: string;
resourceType: string;
target?: string;
}
Type declaration
action: string
Optional resourceId?: string
Optional resourceSubType?: string
resourceType: string
Optional target?: string
transports
transports: string[]