Tableau Extensions API
    Preparing search index...

    Interface TableauEvent

    An event object represents a notification that some sort of state has changed. This is the base event interface. All events will inherit this type.

    interface TableauEvent {
        type: TableauEventType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The type of event which this class is representing.