Skip to main content
All docs
V23.1

DataSourceWizardExtensionEvents Type

Describes events this extension fires.

Declaration

export type DataSourceWizardExtensionEvents = {
    customizeDataSourceWizard: IDashboardWizardEventArgs;
}

Members

Name Type Description
customizeDataSourceWizard IDashboardWizardEventArgs

Occurs before the Dashboard Data Source Wizard is invoked.