JsonDataSourceWizardPageId Variable
In This Article
Lists the values that identify sections of the Json Data Source Wizard pages.
#Declaration
TypeScript
export const JsonDataSourceWizardPageId: {
ChooseJsonSourcePage: string;
ChooseJsonSchemaPage: string;
ChooseConnectionPage: string;
SpecifyJsonConnectionPage: string;
};
#Members
Name | Type | Description |
---|---|---|
Choose |
string | Identifies the Specify Data Source Settings (JSON) page’s Choose a data connection section. |
Choose |
string | Identifies the Specify Data Source Settings (JSON) page’s Select data fields section. |
Choose |
string | Identifies the Specify Data Source Settings (JSON) page’s Select JSON source type section. |
Specify |
string | Identifies the Specify Data Source Settings (JSON) page’s Create a data connection section. |