Interface FeatureServiceProviderDefinition<TSharedFeatureService, TFeatureServices>

Type Parameters

Hierarchy

Properties

dependencies?: {
    externals?: RequiredExternals;
    featureServices?: FeatureServiceConsumerDependencies;
}

Type declaration

id: string
optionalDependencies?: {
    featureServices?: FeatureServiceConsumerDependencies;
}

Type declaration

  • Optional Readonly featureServices?: FeatureServiceConsumerDependencies

    A map of optional Feature Services with their ID as key and a semver-compatible version string as value.

Methods

Generated using TypeDoc