NextGIS Frontend
    Preparing search index...

    Interface GetClassAdapterOptions

    interface GetClassAdapterOptions {
        Adapter?: Type<
            MainLayerAdapter<
                any,
                any,
                AdapterOptions<Record<string, any>, Record<string, any>>,
            >,
        >;
        addLayerOptionsPriority?: false;
        connector: default;
        item: CompositeRead;
        layerOptions: NgwLayerOptions;
        webMap: WebMap;
    }
    Index

    Properties

    Adapter?: Type<
        MainLayerAdapter<
            any,
            any,
            AdapterOptions<Record<string, any>, Record<string, any>>,
        >,
    >
    addLayerOptionsPriority?: false

    This is some kind of dirty hack. Get rid of

    connector: default
    item: CompositeRead
    layerOptions: NgwLayerOptions
    webMap: WebMap