Interface FeatureAppContainerProps<TFeatureApp, TFeatureServices, TConfig>

Type Parameters

  • TFeatureApp

  • TFeatureServices extends FeatureServices = FeatureServices

  • TConfig = unknown

Hierarchy

  • BaseFeatureAppContainerProps<TFeatureApp, TFeatureServices, TConfig>
    • FeatureAppContainerProps

Properties

featureAppDefinition: FeatureAppDefinition<TFeatureApp, TFeatureServices, TConfig>

The consumer definition of the Feature App.

Generated using TypeDoc