Type Alias PresentationLayerGeneratorFactory
PresentationLayerGeneratorFactory: { getPresentationLayerGenerator: ( aggregateMetadata: AggregateMetadata, capabilityIdentifier: string, ) => PresentationLayerGenerator;} Type declaration
getPresentationLayerGenerator: (
aggregateMetadata: AggregateMetadata,
capabilityIdentifier: string,
) => PresentationLayerGenerator
A definition of the factory for creating instances of PresentationLayerGenerator type. The factories of this type implement the method responsible for the instantiation of the specific presentation layer generators.