Enode — API Reference
    Preparing search index...

    Type Alias SelectMenuOption

    type SelectMenuOption = {
        disabled?: boolean;
        label: string;
        value: string;
    }
    Index

    Properties

    Properties

    disabled?: boolean

    Shown but not selectable (e.g. an option already claimed elsewhere).

    label: string
    value: string