@cruglobal/js-hcl2 - v0.1.1
GitHub
npm
Preparing search index...
BlockNode
Interface BlockNode
interface
BlockNode
{
body
:
BodyNode
;
kind
:
"Block"
;
labels
:
BlockLabelsNode
|
null
;
parts
:
readonly
(
Token
|
BodyNode
|
BlockLabelsNode
)
[]
;
range
:
Range
;
type
:
string
;
}
Hierarchy
NodeBase
BlockNode
Index
Properties
body
kind
labels
parts
range
type
Properties
Readonly
body
body
:
BodyNode
Readonly
kind
kind
:
"Block"
Readonly
labels
labels
:
BlockLabelsNode
|
null
Readonly
parts
parts
:
readonly
(
Token
|
BodyNode
|
BlockLabelsNode
)
[]
Readonly
range
range
:
Range
Readonly
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
kind
labels
parts
range
type
GitHub
npm
@cruglobal/js-hcl2 - v0.1.1
Loading...