FullscreenDataSourceWizardSectionId Variable
Lists the values that identify sections of the Fullscreen Data Source Wizard‘s pages.
Declaration
export const FullscreenDataSourceWizardSectionId: {
SpecifyJsonConnectionPage: string;
ChooseJsonSchemaPage: string;
ChooseJsonSourcePage: string;
ChooseSqlConnectionPage: string;
ConfigureFederatedQueriesPage: string;
ConfigureFederatedMasterDetailRelationshipsPage: string;
ConfigureQueryPage: string;
ConfigureQueryParametersPage: string;
ConfigureMasterDetailRelationshipsPage: string;
};
Members
Name | Type | Description |
---|---|---|
ChooseJsonSchemaPage | string | Identifies the Specify Data Source Settings (JSON) page’s section that allows users to choose data fields for a JSON data source (the ChooseJsonSchemaPage class). |
ChooseJsonSourcePage | string | Identifies the Specify Data Source Settings (JSON) page’s section that allows users to choose a connection for a JSON data source (the ChooseJsonSourcePage class). |
ChooseSqlConnectionPage | string | Identifies the Specify Data Source Settings (Database) page’s section that allows users to select a data connection (the ChooseSqlConnectionPage class). |
ConfigureFederatedMasterDetailRelationshipsPage | string | Identifies the Specify Data Source Settings (Database) page’s section that allows users to configure master-detail relationships (the ConfigureMasterDetailRelationshipsPage class). |
ConfigureFederatedQueriesPage | string | Identifies the Specify Data Source Settings (Database) page’s section that allows users to select queries (the MultiQueryConfigurePage class). |
ConfigureMasterDetailRelationshipsPage | string | Identifies the Specify Data Source Settings (Database) page’s section that allows users to create query parameters (the MultiQueryConfigureParametersPage class). |
ConfigureQueryPage | string | Identifies the Specify Data Source Settings (JSON) page’s section that allows users to specify a connection for a JSON data source (the SpecifyJsonConnectionPage |
ConfigureQueryParametersPage | string | Identifies the Specify Data Source Settings (Database) page’s section that allows users to create query parameters (the MultiQueryConfigureParametersPage class). |
SpecifyJsonConnectionPage | string | Identifies the Specify Data Source Settings (JSON) page’s section that allows users to specify a connection for a JSON data source (the SpecifyJsonConnectionPage |