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

    Options of the dropdown widget.

    interface DropdownOptions {
        options?: readonly AttributeChoice[];
        emptyLabel?: string;
        fetchOptions?: string;
    }
    Index

    Properties

    options?: readonly AttributeChoice[]
    emptyLabel?: string

    Label of the empty entry shown when no choice is selected.

    fetchOptions?: string

    Endpoint the choices are fetched from when they are not declared inline.