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