Tableau Extensions API
    Preparing search index...

    Interface WorkbookFormattingChangedEvent

    An event which is related to a workbook's formatting (worksheet, dashboard, story) in the workbook.

    interface WorkbookFormattingChangedEvent {
        formatting: WorkbookFormatting;
        type: TableauEventType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    formatting: WorkbookFormatting

    The new extension formatting

    The type of event which this class is representing.