Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TableauEventType

Represents the type of tableau embedding event that can be listened for.

Index

Authoring Enumeration members

WorkbookPublished

WorkbookPublished: = "workbookpublished"

Raised when the workbook has been published. This notification is sent when using embedded web authoring functionality.

WorkbookPublishedAs

WorkbookPublishedAs: = "workbookpublishedas"

Raised when "publish as" is successful. This notification is sent when using embedded web authoring functionality.

WorkbookReadyToClose

WorkbookReadyToClose: = "workbookreadytoclose"

Raised when the workbook is ready to close. This notification is sent when using embedded web authoring functionality.

Authoring, Viewing Enumeration members

EditInDesktopButtonClicked

EditInDesktopButtonClicked: = "editindesktopbuttonclicked"

Raised when the user clicks on the Edit In Desktop Button.

FirstInteractive

FirstInteractive: = "firstinteractive"

Fired when a viz first becomes interactive

FirstVizSizeKnown

FirstVizSizeKnown: = "firstvizsizeknown"

Fired when viz size is known

Authoring, Viewing, AskData Enumeration members

IframeSrcUpdated

IframeSrcUpdated: = "iframesrcupdated"

Raised after the iframe src attribute has been updated

VizLoadError

VizLoadError: = "vizloaderror"

Raised when an error occurs while loading the contents of the webcomponent.

Viewing Enumeration members

CustomMarkContextMenuEvent

CustomMarkContextMenuEvent: = "custommarkcontextmenu"

Raised when a custom mark context menu is clicked.

CustomViewLoaded

CustomViewLoaded: = "customviewloaded"

Raised when a custom view has finished loading. This event is raised after the callback function for FirstInteractive (if any) has been called.

CustomViewRemoved

CustomViewRemoved: = "customviewremoved"

Raised when a custom view has been removed.

CustomViewSaved

CustomViewSaved: = "customviewsaved"

Raised when a custom view has been saved (newly created or updated).

CustomViewSetDefault

CustomViewSetDefault: = "customviewsetdefault"

Raised when a custom view has been set as the default view for a workbook.

EditButtonClicked

EditButtonClicked: = "editbuttonclicked"

Raised when the user clicks on the Edit Button.

FilterChanged

FilterChanged: = "filterchanged"

Raised when any filter has changed state. You can use this event type with TableauViz objects.

MarkSelectionChanged

MarkSelectionChanged: = "markselectionchanged"

The selected marks on a visualization have changed. You can use this event type with TableauViz objects.

ParameterChanged

ParameterChanged: = "parameterchanged"

A parameter has had its value modified. You can use this event type with Parameter objects.

StoryPointSwitched

StoryPointSwitched: = "storypointswitched"

Raised after a new story point becomes active.

TabSwitched

TabSwitched: = "tabswitched"

Raised after a tab switch occurs (the active sheet has changed). Guarantees the viz object will be interactive after this.

ToolbarStateChanged

ToolbarStateChanged: = "toolbarstatechanged"

Raised when a toolbar button or control becomes available or becomes unavailable.

UrlAction

UrlAction: = "urlaction"

Raised when a URL action occurs. See the UrlActionEvent class.