GeoLeaf Core API - v3.0.0
    Preparing search index...

    Type Alias PluginLayerLoader

    PluginLayerLoader: (def: Record<string, unknown>) => Promise<string>

    Async loader registered by a plugin to render declarative plugin: layers. Receives the raw layer definition and resolves to the created layer id.

    Type Declaration

      • (def: Record<string, unknown>): Promise<string>
      • Parameters

        • def: Record<string, unknown>

        Returns Promise<string>