ixfx
Preparing search index...
@ixfx/collections
LabelledSingleValue
Type Alias LabelledSingleValue<TValue>
A value that is labelled
See
LabelledValues
type
LabelledSingleValue
<
TValue
>
=
{
label
:
string
;
value
:
TValue
|
undefined
;
}
Type Parameters
TValue
Index
Properties
label
value
Properties
label
label
:
string
value
value
:
TValue
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
label
value
ixfx
Loading...
A value that is labelled
See
LabelledValues