Interface FeatureAppScope<TFeatureApp>

Type Parameters

  • TFeatureApp

Hierarchy

  • FeatureAppScope

Properties

Methods

Properties

featureApp: TFeatureApp

Methods

  • When the FeatureAppScope is not needed anymore, e.g. the Feature App is unmounted, release must be called. When all scopes for a Feature App ID have been released, the Feature App instance is destroyed.

    Returns void

Generated using TypeDoc