Readonly
[NODE_Optional
anchorOptional
commentA comment on or immediately after this
Optional
commentA comment before this
Optional
formatBy default (undefined), numbers use decimal notation. The YAML 1.2 core schema only supports 'HEX' and 'OCT'. The YAML 1.1 schema also supports 'BIN' and 'TIME'
Optional
minIf value
is a number, use this value when stringifying this node.
Optional
rangeThe [start, value-end, node-end]
character offsets for the part of the
source parsed into this node (undefined if not parsed). The value-end
and node-end
positions are themselves not included in their respective
ranges.
Optional
sourceSet during parsing to the source string value
Optional
spaceA blank line before this node and its commentBefore
Optional
srcThe CST token that was composed into this node.
Optional
tagA fully qualified tag, if required
Optional
typeThe scalar style used for the node's string representation
An optional anchor on this node. Used by alias nodes.