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

    A single choice in a dropdown, radio, checkbox or tags widget.

    interface AttributeChoice {
        value: string;
        label: string;
    }
    Index

    Properties

    Properties

    value: string
    label: string