Skip to main content
All docs
V25.1
  • MongoDBDataSourceWizardPageId Variable

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

    Declaration

    export const MongoDBDataSourceWizardPageId: {
        ChooseMongoDBDataConnectionPage: string;
        ChooseMongoDBCollectionPage: string;
        ChooseMongoDBSchemaPage: string;
    };

    Members

    Name Type Description
    ChooseMongoDBCollectionPage string

    Identifies the Choose a database and its collection section.

    ChooseMongoDBDataConnectionPage string
    ChooseMongoDBSchemaPage string

    Identifies the Select data fields section.