DataSourceWizardType Type
Lists values used to identify the wizard’s type.
Declaration
export type DataSourceWizardType = "EditQueryWizard" | "EditJsonDataSourceWizard" | "DataSourceWizard" | "MultiQueryDataSourceWizard"
Members
Name | Description |
---|---|
"EditQueryWizard" | A wizard that allows you to edit SQL queries. |
"EditJsonDataSourceWizard" | A wizard that allows you to edit a JSON data source. |
"DataSourceWizard" | The Data Source Wizard (DataSourceWizardExtension). |
"MultiQueryDataSourceWizard" | The Multi Query Data Source Wizard (MultiQueryDataSourceWizardExtension). |