GeoLeaf Core API - v3.0.0
    Preparing search index...
    ResourceEnumerator: {
        enumerateAll(
            profile: ProfileLike,
            profileId: string,
            selection?: LayerSelection | null,
        ): Promise<CacheResource[]>;
    } = ...

    Type Declaration

    • enumerateAll: function
      • Parameters

        • profile: ProfileLike
        • profileId: string
        • Optionalselection: LayerSelection | null

        Returns Promise<CacheResource[]>