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.

Index

Constructors

Properties

Accessors

Constructors

Properties

cancel: boolean

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

Accessors

  • get callback(): (selection: RVDataSourceSelection) => void

    The callback to use when the selection is ready. Receives a RVDataSourceSelection object created using the helper methods RVDataSourceSelection.withDataSource or RVDataSourceSelection.withDataSourceItem.

    Returns (selection: RVDataSourceSelection) => void

  • get dataSources(): any

    List of data sources returned by onDataSourcesRequested.

    Returns any