GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Narrows an unknown layer-config value to the attributes block.

      The check is structural rather than a cast: the block is validated at build time by validate:profiles, but a layer config can also be handed in at runtime by a host, and that path has no schema behind it.

      Parameters

      • raw: unknown

        Candidate value read from the layer configuration.

      Returns LayerAttributes | null

      The block, or null when it is absent or malformed.