Umi — API References - v1.3.0
Preparing search index...
umi
Some
Type Alias Some<T>
Represents an option of type
T
that has a value.
See
Option
type
Some
<
T
>
=
{
__option
:
"Some"
;
value
:
T
;
}
Type Parameters
T
Index
Properties
__
option
value
Properties
__
option
__option
:
"Some"
value
value
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__
option
value
Umi — API References - v1.3.0
Loading...
Represents an option of type
T
that has a value.See
Option