Skip to main content

JsonDataSourceWizardPageId Variable

Lists identifiers of page sections in the JSON Data Source Wizard.

Declaration

export const JsonDataSourceWizardPageId: {
    ChooseJsonSourcePage: string;
    ChooseJsonSchemaPage: string;
    ChooseConnectionPage: string;
    SpecifyJsonConnectionPage: string;
};

Members

Name Type Description
ChooseConnectionPage string

Identifies the Choose a data connection section.

ChooseJsonSchemaPage string

Identifies the the Select data fields section.

ChooseJsonSourcePage string

Identifies the the Select JSON source type section.

SpecifyJsonConnectionPage string

Identifies the Create a data connection section.