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:
{ type: 'event:unsubscribe', subscriptions: ['hover', 'route'] }
An array of UltraIntegrationSubscriptionType events.
Must be UNSUBSCRIBE_TYPE.
Generated using TypeDoc
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:
{ type: 'event:unsubscribe', subscriptions: ['hover', 'route'] }