Skip to main content

alphaTab.importer.alphaTex.AlphaTexMetaDataTagNode

A metadata tag marker like \title

 interface AlphaTexMetaDataTagNode extends AlphaTexAstNode

Properties​

end​

The end (inclusive) of this node when parsed from an input source file. (Inherited from IAlphaTexAstNode )

leadingComments​

The comments preceeding this node. (Inherited from IAlphaTexAstNode )

leadingComments?: AlphaTexComment[];

nodeType​

(no description)

prefix​

The prefix indicating the start of the tag (e.g. \ or \\)

start​

The start of this node when parsed from an input source file. (Inherited from IAlphaTexAstNode )

tag​

The identifier of the tag (e.g. title)

trailingComments​

The comments after this node (if starting on the same line). (Inherited from IAlphaTexAstNode )

trailingComments?: AlphaTexComment[];