NextGIS Frontend
    Preparing search index...

    Interface UpdateLayerAdapterOptions

    interface UpdateLayerAdapterOptions {
        filters?: PropertiesFilter;
        options?: FilterOptions<{ [field: string]: any }>;
        params?: Record<string, undefined | string>;
    }
    Index

    Properties

    options?: FilterOptions<{ [field: string]: any }>
    params?: Record<string, undefined | string>