Search
Preparing search index...
The search index is not available
@postdfm/ast
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@postdfm/ast
DObject
Class DObject
Hierarchy
ASTNode
<
ObjectRaws
>
DObject
Index
Constructors
constructor
Properties
ast
Type
children
kind
name
order
properties
raws
type
Constructors
constructor
new DObject
(
kind
:
ObjectKind
, name
:
string
, type
:
string
, order
?:
number
, properties
?:
Property
[]
, children
?:
DObject
[]
)
:
DObject
Parameters
kind:
ObjectKind
name:
string
type:
string
Optional
order:
number
Optional
properties:
Property
[]
Optional
children:
DObject
[]
Returns
DObject
Properties
ast
Type
ast
Type
:
ASTType
children
children
:
DObject
[]
kind
kind
:
ObjectKind
name
name
:
string
order
order
:
number
properties
properties
:
Property
[]
raws
raws
:
ObjectRaws
type
type
:
string
Exports
DObject
constructor
ast
Type
children
kind
name
order
properties
raws
type
Generated using
TypeDoc