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

    The parts of a field descriptor that do not depend on its widget.

    interface AttributeFieldBase {
        field: string;
        label: string;
        computed?: AttributeComputedSource;
        display?: AttributeDisplay;
        edit?: AttributeEdit;
    }
    Index

    Properties

    field: string

    Dotted path to the value inside the feature (e.g. "properties.statut").

    label: string

    Human-readable label, shown on reading surfaces and in the capture form.

    Fills the value from the drawn geometry instead of from user input.

    Reading projection. Omitted when the field is capture-only.

    Capture projection. Omitted when the field is read-only.