[I] StringTemplateMiddleNode
Extends
Properties
Property | Modifier | Type | Description | Overrides | Inherited from |
---|---|---|---|---|---|
_id? | public | number | Unique id across the process used to look up NodeLinks | - | StringTemplateLiteralLikeNode ._id |
directives? | readonly | readonly DirectiveExpressionNode [] | - | - | StringTemplateLiteralLikeNode .directives |
docs? | readonly | readonly DocNode [] | - | - | StringTemplateLiteralLikeNode .docs |
end | readonly | number | The ending position measured in UTF-16 code units from the start of the full string. Exclusive. | - | StringTemplateLiteralLikeNode .end |
flags | readonly | NodeFlags | - | - | StringTemplateLiteralLikeNode .flags |
kind | readonly | StringTemplateMiddle | - | StringTemplateLiteralLikeNode .kind | - |
parent? | readonly | Node | - | - | StringTemplateLiteralLikeNode .parent |
pos | readonly | number | The starting position of the ranger measured in UTF-16 code units from the start of the full string. Inclusive. | - | StringTemplateLiteralLikeNode .pos |
symbol | readonly | Sym | Could be undefined but making this optional creates a lot of noise. In practice, you will likely only access symbol in cases where you know the node has a symbol. | - | StringTemplateLiteralLikeNode .symbol |
value | readonly | string | - | - | StringTemplateLiteralLikeNode .value |