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