Coda by Ian Macalinao
Preparing search index...
@macalinao/coda
HiddenSuffixTypeNode
Interface HiddenSuffixTypeNode<TType, TSuffix>
interface
HiddenSuffixTypeNode
<
TType
extends
TypeNode
=
TypeNode
,
TSuffix
extends
ConstantValueNode
[]
=
ConstantValueNode
[]
,
>
{
kind
:
"hiddenSuffixTypeNode"
;
suffix
:
TSuffix
;
type
:
TType
;
}
Type Parameters
TType
extends
TypeNode
=
TypeNode
TSuffix
extends
ConstantValueNode
[]
=
ConstantValueNode
[]
Index
Properties
kind
suffix
type
Properties
Readonly
kind
kind
:
"hiddenSuffixTypeNode"
Readonly
suffix
suffix
:
TSuffix
Readonly
type
type
:
TType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
suffix
type
Coda by Ian Macalinao
Loading...