@moxijs/ui - v0.3.5
    Preparing search index...

    Interface SelectOption

    Option structure for Select component

    interface SelectOption {
        disabled?: boolean;
        label: string;
        value: any;
    }
    Index

    Properties

    Properties

    disabled?: boolean

    Whether this option is disabled

    label: string

    Display text for the option

    value: any

    The actual value