@cruglobal/js-hcl2 - v0.1.1
GitHub
npm
Preparing search index...
TemplateInterpolationPart
Interface TemplateInterpolationPart
interface
TemplateInterpolationPart
{
expr
:
ExprNode
;
kind
:
"Interpolation"
;
parts
:
readonly
(
Token
|
ExprNode
)
[]
;
range
:
Range
;
stripLeft
:
boolean
;
stripRight
:
boolean
;
}
Hierarchy
TemplatePartBase
TemplateInterpolationPart
Index
Properties
expr
kind
parts
range
strip
Left
strip
Right
Properties
Readonly
expr
expr
:
ExprNode
Readonly
kind
kind
:
"Interpolation"
Readonly
parts
parts
:
readonly
(
Token
|
ExprNode
)
[]
Readonly
range
range
:
Range
Readonly
strip
Left
stripLeft
:
boolean
Readonly
strip
Right
stripRight
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
expr
kind
parts
range
strip
Left
strip
Right
GitHub
npm
@cruglobal/js-hcl2 - v0.1.1
Loading...