novx
    Preparing search index...

    Interface DeploymentManagerOptions

    options for the DeploymentManager

    interface DeploymentManagerOptions {
        featureRegistry: FeatureRegistry;
        loader: DeploymentLoader;
        localManifest: Manifest;
        processor?: ManifestProcessor;
    }
    Index

    Properties

    featureRegistry: FeatureRegistry
    localManifest: Manifest

    the lcoal Manifest

    processor?: ManifestProcessor

    an optional ManifestProcessor used to filter features