Skip to main content

alphaTab.importer.alphaTex.AlphaTexMetaDataNode

Description

A metadata tag with optional values and optional properties like: \track "Name" {color "#F00"} .

 interface AlphaTexMetaDataNode 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)

nodeType
properties

The optional properties attached to the metadata.

propertiesBeforeValues

Whether the properties are listed before the values (if both are present).

start

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

tag

The tag part of the metadata.

trailingComments

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

values

A value list directly listed after the metadata (not within braces).