featherbit UI
    Preparing search index...

    Interface FieldOption

    A radio/select option whose stored value differs from its display label.

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

    Text shown in the control.

    value: string

    Value written into the node config.