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

    Type Alias LayerConstructor<LayerConfig>

    LayerConstructor: (
        layer_config?: Partial<LayerConfig>,
    ) => LayerFactory<LayerConfig>

    Type definition for a function that creates a layer factory.

    Type Parameters

    • LayerConfig extends LayerDefaultConfig = {}

      The configuration type extending LayerDefaultConfig

    Type declaration