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 |
---|---|---|
Choose |
string | Identifies the Specify Data Source Settings (JSON) page’s section that allows users to choose data fields for a JSON data source (the Choose |
Choose |
string | Identifies the Specify Data Source Settings (JSON) page’s section that allows users to choose a connection for a JSON data source (the Choose |
Choose |
string | Identifies the Specify Data Source Settings (Database) page’s section that allows users to select a data connection (the Choose |
Configure |
string | Identifies the Specify Data Source Settings (Database) page’s section that allows users to configure master-detail relationships (the Configure |
Configure |
string | Identifies the Specify Data Source Settings (Database) page’s section that allows users to select queries (the Multi |
Configure |
string | Identifies the Specify Data Source Settings (Database) page’s section that allows users to create query parameters (the Multi |
Configure |
string | Identifies the Specify Data Source Settings (JSON) page’s section that allows users to specify a connection for a JSON data source (the Specify |
Configure |
string | Identifies the Specify Data Source Settings (Database) page’s section that allows users to create query parameters (the Multi |
Specify |
string | Identifies the Specify Data Source Settings (JSON) page’s section that allows users to specify a connection for a JSON data source (the Specify |