DataSourceWizardExtensionEvents Type
In This Article
Describes events this extension fires.
#Declaration
TypeScript
export type DataSourceWizardExtensionEvents = {
customizeDataSourceWizard: IDashboardWizardEventArgs;
}
#Members
Name | Type | Description |
---|---|---|
customize |
IDashboard |
Occurs before the Dashboard Data Source Wizard is invoked. |