GeoLeaf Core API - v3.0.0
    Preparing search index...
    LoaderSingleLayer: {
        _loadSingleLayer: (
            layerId: string,
            layerLabel: string,
            def: DefLike,
            baseOptions: Record<string, unknown>,
        ) => Promise<{ id: string; label: string; featureCount: number }>;
    } = ...

    Type Declaration

    • _loadSingleLayer: (
          layerId: string,
          layerLabel: string,
          def: DefLike,
          baseOptions: Record<string, unknown>,
      ) => Promise<{ id: string; label: string; featureCount: number }>