NextGIS Frontend
    Preparing search index...

    Interface GetChildrenOfOptions

    interface GetChildrenOfOptions {
        cache?: boolean;
        recursive?: boolean;
    }

    Hierarchy

    Index

    Properties

    Properties

    cache?: boolean

    Whether to cache the request. When set to true, the response will be stored in the cache.

    recursive?: boolean