GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Resolves the render descriptors a surface should paint, from the attributes block.

      A field appears on a surface when — and only when — it declares that surface. A field with no display is capture-only or a pure binding, and never appears.

      ⚠️ An empty list is a legitimate answer and is NOT the same as "no declaration": a layer may declare its attributes and put none of them in the tooltip. The caller distinguishes the two, which is what replaces the implicit fallback.

      Parameters

      Returns readonly RenderField[]

      Render descriptors, in declaration order.