@infrasoftbe/vnv-sdk
    Preparing search index...

    Type Alias LayerFactory<LayerConfig>

    LayerFactory: (identificator?: string) => APILayer<LayerConfig> & ILayerConstructor

    A factory type for creating API layers with a specific configuration.

    Type Parameters

    • LayerConfig extends LayerDefaultConfig = {}

      The configuration type extending LayerDefaultConfig

    Optional string identifier for the layer

    A function that creates an APILayer instance combined with ILayerConstructor interface