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. |