Tableau Embedding API
    Preparing search index...

    Interface TabSwitchedEvent

    An event that signals when a user selects a different tab in a workbook.

    interface TabSwitchedEvent {
        newSheetName: string;
        oldSheetName: string;
    }
    Index

    Properties

    newSheetName: string

    The name of the sheet that is active after the tab switch event.

    oldSheetName: string

    The name of the sheet that was active before the tab switch event occurred.