@cruglobal/js-hcl2 - v0.1.1
GitHub
npm
Preparing search index...
TemplateIfDirectivePart
Interface TemplateIfDirectivePart
interface
TemplateIfDirectivePart
{
cond
:
ExprNode
;
elseParts
:
readonly
TemplatePart
[]
|
null
;
kind
:
"IfDirective"
;
parts
:
readonly
(
Token
|
ExprNode
|
TemplatePart
)
[]
;
range
:
Range
;
stripLeftElse
:
boolean
;
stripLeftEndif
:
boolean
;
stripLeftIf
:
boolean
;
stripRightElse
:
boolean
;
stripRightEndif
:
boolean
;
stripRightIf
:
boolean
;
thenParts
:
readonly
TemplatePart
[]
;
}
Hierarchy
TemplatePartBase
TemplateIfDirectivePart
Index
Properties
cond
else
Parts
kind
parts
range
strip
Left
Else
strip
Left
Endif
strip
Left
If
strip
Right
Else
strip
Right
Endif
strip
Right
If
then
Parts
Properties
Readonly
cond
cond
:
ExprNode
Readonly
else
Parts
elseParts
:
readonly
TemplatePart
[]
|
null
Readonly
kind
kind
:
"IfDirective"
Readonly
parts
parts
:
readonly
(
Token
|
ExprNode
|
TemplatePart
)
[]
Readonly
range
range
:
Range
Readonly
strip
Left
Else
stripLeftElse
:
boolean
Readonly
strip
Left
Endif
stripLeftEndif
:
boolean
Readonly
strip
Left
If
stripLeftIf
:
boolean
Readonly
strip
Right
Else
stripRightElse
:
boolean
Readonly
strip
Right
Endif
stripRightEndif
:
boolean
Readonly
strip
Right
If
stripRightIf
:
boolean
Readonly
then
Parts
thenParts
:
readonly
TemplatePart
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cond
else
Parts
kind
parts
range
strip
Left
Else
strip
Left
Endif
strip
Left
If
strip
Right
Else
strip
Right
Endif
strip
Right
If
then
Parts
GitHub
npm
@cruglobal/js-hcl2 - v0.1.1
Loading...