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

    The attributes block of a layer configuration.

    It lives at the root of the layer config rather than under capabilities so the "a field in edition requires an editable layer" rule stays expressible in pure JSON Schema, and so an entry can never outlive the layer it describes.

    interface LayerAttributes {
        titleField?: string;
        fields: readonly AttributeField[];
    }
    Index

    Properties

    Properties

    titleField?: string

    Field whose value titles the popup and the side panel.

    fields: readonly AttributeField[]

    The fields, in declaration order.