@helix-x/datagrid-ui - v0.1.2
GitHub
npm
Preparing search index...
SelectOption
Interface SelectOption
One choice offered by the
select
editor.
interface
SelectOption
{
label
:
string
;
value
:
unknown
;
}
Index
Properties
label
value
Properties
label
label
:
string
Shown to the user.
value
value
:
unknown
Written into the row draft.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
label
value
GitHub
npm
@helix-x/datagrid-ui - v0.1.2
Loading...
One choice offered by the
selecteditor.