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

    Resolved options for one field (taxonomy tree / tag & value lists).

    interface FieldOptions {
        categories?: Record<string, RenderCategoryNode>;
        values?: { value: string; label?: string }[];
    }
    Index

    Properties

    Properties

    categories?: Record<string, RenderCategoryNode>

    taxonomy — category → { label, subcategories }.

    values?: { value: string; label?: string }[]

    tag — flat option list ({ value, label? }).