Class DataSourceSelectionEventArgs

The class used as the argument to the onDataSourceSelection event with the trigger and list of data sources in use in the dashboard.

Hierarchy

  • DataSourceSelectionEventArgs

Index

Constructors

Properties

Accessors

Constructors

constructor

Properties

cancel

cancel: boolean

Set this to true to cancel the display of the standard UI for selecting data sources

Accessors

callback

  • get callback(): function
  • The callback to use when the selection is ready. Receives a RVDataSourceSelection object created using the helper methods RVDataSourceSelection.withDataSource or RVDataSourceSelection.withDataSourceItem.

    Returns function

dataSources

  • get dataSources(): any
  • List of data sources returned by onDataSourcesRequested.

    Returns any

trigger