Tableau Embedding API
    Preparing search index...

    Interface PulseUrlChangedEvent

    Event which is triggered when Pulse navigates to a new URL inside the embedded iframe

    interface PulseUrlChangedEvent {
        context: undefined | string;
        newUrl: string;
        oldUrl: string;
    }
    Index

    Properties

    Properties

    context: undefined | string

    Additional context that describes why the URL changed e.g. 'session-expired'

    newUrl: string

    The new URL after it changed.

    oldUrl: string

    The old URL before it changed.