Preparing search index...
The search index is not available
memium
memium
union
Function union
union
<
const
T
extends
Record
<
string
,
FieldConfigInit
>
>
(
unionName
:
string
,
fieldDecls
:
T
,
...
options
:
Options
[]
,
)
:
StructConstructor
<
{
[
K
in
string
|
number
|
symbol
]
:
FieldValue
<
T
[
K
]
>
}
>
Type Parameters
const
T
extends
Record
<
string
,
FieldConfigInit
>
Parameters
unionName
:
string
fieldDecls
:
T
...
options
:
Options
[]
Returns
StructConstructor
<
{
[
K
in
string
|
number
|
symbol
]
:
FieldValue
<
T
[
K
]
>
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
memium
Loading...