setup-miniconda
    Preparing search index...

    Interface IDynamicOptions

    Options that may change during the course of discovery/installation/configuration.

    interface IDynamicOptions {
        condaConfig: TCondaConfig;
        envSpec?: IEnvSpec;
        mambaInInstaller: boolean;
        useBundled: boolean;
        useMamba: boolean;
    }
    Index

    Properties

    condaConfig: TCondaConfig
    envSpec?: IEnvSpec
    mambaInInstaller: boolean
    useBundled: boolean
    useMamba: boolean