_id? | public | number | Unique id across the process used to look up NodeLinks | - | DocTagBaseNode._id |
content | readonly | readonly DocTextNode[] | - | - | DocTagBaseNode.content |
directives? | readonly | readonly DirectiveExpressionNode[] | - | - | DocTagBaseNode.directives |
docs? | readonly | readonly DocNode[] | - | - | DocTagBaseNode.docs |
end | readonly | number | The ending position measured in UTF-16 code units from the start of the full string. Exclusive. | - | DocTagBaseNode.end |
flags | readonly | NodeFlags | - | - | DocTagBaseNode.flags |
kind | readonly | DocUnknownTag | - | DocTagBaseNode.kind | - |
parent? | readonly | Node | - | - | DocTagBaseNode.parent |
pos | readonly | number | The starting position of the ranger measured in UTF-16 code units from the start of the full string. Inclusive. | - | DocTagBaseNode.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. | - | DocTagBaseNode.symbol |
tagName | readonly | IdentifierNode | - | - | DocTagBaseNode.tagName |