Tableau Embedding API
    Preparing search index...

    Interface CustomViewEvent

    An event which is raised when there are changes to a custom view.

    interface CustomViewEvent {
        customView: CustomView;
    }
    Index

    Properties

    Properties

    customView: CustomView

    The CustomView object associated with the event.