Coda by Ian Macalinao
Preparing search index...
@macalinao/coda
PostOffsetTypeNode
Interface PostOffsetTypeNode<TType>
interface
PostOffsetTypeNode
<
TType
extends
TypeNode
=
TypeNode
>
{
kind
:
"postOffsetTypeNode"
;
offset
:
number
;
strategy
:
"absolute"
|
"padded"
|
"preOffset"
|
"relative"
;
type
:
TType
;
}
Type Parameters
TType
extends
TypeNode
=
TypeNode
Index
Properties
kind
offset
strategy
type
Properties
Readonly
kind
kind
:
"postOffsetTypeNode"
Readonly
offset
offset
:
number
Readonly
strategy
strategy
:
"absolute"
|
"padded"
|
"preOffset"
|
"relative"
Readonly
type
type
:
TType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
offset
strategy
type
Coda by Ian Macalinao
Loading...