Skip to main content
All docs
V26.1
  • 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;
        ChooseMongoDBDataConnectionPage: string;
        ChooseMongoDBCollectionsPage: string;
        ChooseMongoDBSchemaPage: 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).

    ChooseMongoDBCollectionsPage string

    Identifies the Specify Data Source Settings (Database) page’s section that allows users to select a data connection (the ChooseSqlConnectionPage class).

    ChooseMongoDBDataConnectionPage string

    Identifies the Specify Data Source Settings (Database) page’s section that allows users to configure master-detail relationships (the ConfigureMasterDetailRelationshipsPage class).

    ChooseMongoDBSchemaPage string

    Identifies the Specify Data Source Settings (Database) page’s section that allows users to select queries (the MultiQueryConfigurePage class).

    ChooseSqlConnectionPage string

    Identifies the Specify Data Source Settings (Database) page’s section that allows users to create query parameters (the MultiQueryConfigureParametersPage class).

    ConfigureFederatedMasterDetailRelationshipsPage 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

    ConfigureFederatedQueriesPage string

    Identifies the Specify Data Source Settings (Database) page’s section that allows users to create query parameters (the MultiQueryConfigureParametersPage class).

    ConfigureMasterDetailRelationshipsPage 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

    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