Tableau Embedding API
    Preparing search index...

    Interface ToolbarStateChangedEvent

    An event which is raised when a toolbar button or control becomes available or becomes unavailable.

    interface ToolbarStateChangedEvent {
        canRedo: boolean;
        canUndo: boolean;
    }
    Index

    Properties

    Properties

    canRedo: boolean

    Gets the staus of Redo button in the toolbar.

    canUndo: boolean

    Gets the staus of Undo button in the toolbar.