Coda by Ian Macalinao
Preparing search index...
@macalinao/coda
structFieldTypeNode
Function structFieldTypeNode
structFieldTypeNode
<
const
TType
extends
TypeNode
,
const
TDefaultValue
extends
StandaloneValueNode
|
undefined
=
undefined
,
const
TDisplay
extends
StructFieldDisplayNode
|
undefined
=
undefined
,
>
(
input
:
StructFieldTypeNodeInput
<
TType
,
TDefaultValue
,
TDisplay
>
,
)
:
StructFieldTypeNode
<
TType
,
TDefaultValue
,
TDisplay
>
A named field within a struct type.
Type Parameters
const
TType
extends
TypeNode
const
TDefaultValue
extends
StandaloneValueNode
|
undefined
=
undefined
const
TDisplay
extends
StructFieldDisplayNode
|
undefined
=
undefined
Parameters
input
:
StructFieldTypeNodeInput
<
TType
,
TDefaultValue
,
TDisplay
>
Returns
StructFieldTypeNode
<
TType
,
TDefaultValue
,
TDisplay
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...
A named field within a struct type.