@helix-x/datagrid-ui - v0.1.2
    Preparing search index...

    Interface SelectOption

    One choice offered by the select editor.

    interface SelectOption {
        label: string;
        value: unknown;
    }
    Index
    label: string

    Shown to the user.

    value: unknown

    Written into the row draft.