Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IEventUnsubscriptionRequest

A request that the integration will send to Ultra that will unsubscribe from any previous subscription events.

An example request to remove hover and route event subscriptions:

example

 {
   type: 'event:unsubscribe',
   subscriptions: ['hover', 'route']
 }

Hierarchy

  • IEventUnsubscriptionRequest

Index

Properties

Properties

subscriptions

An array of UltraIntegrationSubscriptionType events.

type

type: "event:unsubscribe"

Must be UNSUBSCRIBE_TYPE.

Generated using TypeDoc