Member Junction
    Preparing search index...

    A value option for dropdown/select fields

    interface FilterValueOption {
        label: string;
        value: string | number | boolean;
    }
    Index

    Properties

    Properties

    label: string

    The display label shown to the user

    value: string | number | boolean

    The actual value stored