Options
All
  • Public
  • Public/Protected
  • All
Menu

Tableau Extensions

Index

All Extensions Type aliases

CategoricalValue

CategoricalValue: string | Array<string>

Categorical values for selection.

TableauEventHandlerFn

TableauEventHandlerFn: (event: TableauEvent) => void

Callback function which will be invoked when an event notification is emitted.

param

Class representing the event which occurred.

Type declaration

TableauEventUnregisterFn

TableauEventUnregisterFn: () => boolean

Function which can be invoked to remove an event handler registration. This will be returned when registering an event and makes unregistering simpler.

returns

Whether or not the unregistration was successful.

Type declaration

    • (): boolean
    • Returns boolean

Dashboard Extensions Type aliases

DashboardLayoutChangeDetails

DashboardLayoutChangeDetails: Map<number, Array<DashboardLayoutChange>>

Map object that is used for the DashboardLayoutChangedEvent.

DashboardObjectPositionAndSizeUpdateArray

DashboardObjectPositionAndSizeUpdateArray: Array<DashboardObjectPositionAndSizeUpdate>

Array object that can be passed into moveAndResizeDashboardObjects.

DashboardObjectVisibilityMap

DashboardObjectVisibilityMap: Map<number, DashboardObjectVisibilityType>

Map object that can be passed into setDashboardObjectVisibilityAsync.

ZoneVisibilityMap

ZoneVisibilityMap: Map<number, ZoneVisibilityType> | object

Map object that can be passed into setZoneVisibilityAsync.

deprecated