Tableau Extensions API
    Preparing search index...

    Interface SettingsChangedEvent

    An event which is raised when the settings of an extension are updated. Should be listened for directly from the tableau.extensions.settings object.

    interface SettingsChangedEvent {
        newSettings: { [key: string]: string };
        type: TableauEventType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    newSettings: { [key: string]: string }

    the new settings that were recently saved.

    The type of event which this class is representing.