Removes the listener it was returned for.
Mirrors TableauEventUnregisterFn in ExternalContract/Extensions/EventInterface.d.ts. The Extensions API hands this back from addEventListener rather than expecting the caller to keep the handler for a removeEventListener.
TableauEventUnregisterFn
ExternalContract/Extensions/EventInterface.d.ts
addEventListener
removeEventListener
Removes the listener it was returned for.
Mirrors
TableauEventUnregisterFninExternalContract/Extensions/EventInterface.d.ts. The Extensions API hands this back fromaddEventListenerrather than expecting the caller to keep the handler for aremoveEventListener.