Websites v4 docs v5.2.5
    Preparing search index...

    Interface SearchFormItem

    interface SearchFormItem {
        labels: string[];
        options?: { label: string; value: string }[];
        type: "checkbox" | "radio" | "input" | "select" | "search-input";
    }
    Index

    Properties

    Properties

    labels: string[]
    options?: { label: string; value: string }[]
    type: "checkbox" | "radio" | "input" | "select" | "search-input"