Preparing search index...
The search index is not available
memium
memium
struct
Function struct
struct
<
const
T
extends
Record
<
string
,
FieldConfigInit
>
>
(
this
:
void
|
Function
|
Options
,
structName
:
string
,
fieldDecls
:
T
,
...
options
:
Options
[]
,
)
:
StructConstructor
<
StructValue
<
T
>
>
Type Parameters
const
T
extends
Record
<
string
,
FieldConfigInit
>
Parameters
this
:
void
|
Function
|
Options
structName
:
string
fieldDecls
:
T
...
options
:
Options
[]
Returns
StructConstructor
<
StructValue
<
T
>
>
Index
Properties
packed
Methods
align
extend
Properties
packed
packed
:
typeof
struct
Methods
align
align
(
alignment
:
number
)
:
typeof
struct
Parameters
alignment
:
number
Returns
typeof
struct
extend
extend
<
const
T
extends
Record
<
string
,
FieldConfigInit
>
,
const
Base
extends
{}
>
(
base
:
StructConstructor
<
Base
>
,
structName
:
string
,
fieldDecls
:
T
,
...
options
:
Options
[]
,
)
:
StructConstructor
<
StructValue
<
T
&
{
[
K
in
string
|
number
|
symbol
]
:
Field
<
Type
<
Base
[
K
]
>
>
}
,
>
,
>
Type Parameters
const
T
extends
Record
<
string
,
FieldConfigInit
>
const
Base
extends
{}
Parameters
base
:
StructConstructor
<
Base
>
structName
:
string
fieldDecls
:
T
...
options
:
Options
[]
Returns
StructConstructor
<
StructValue
<
T
&
{
[
K
in
string
|
number
|
symbol
]
:
Field
<
Type
<
Base
[
K
]
>
>
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
packed
Methods
align
extend
memium
Loading...