NextGIS Frontend
    Preparing search index...

    Interface GetLegendOptions

    interface GetLegendOptions {
        cache?: boolean;
        signal?: null | AbortSignal;
    }
    Index

    Properties

    Properties

    cache?: boolean
    signal?: null | AbortSignal