Skip to main content

alphaTab.alphaTex.IAlphaTexAstNode

The base type for all alphaTex AST nodes

 interface IAlphaTexAstNode

Properties​

end​

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

leadingComments​

The comments preceeding this node.

leadingComments?: AlphaTexComment[];

nodeType​

The type of the node.

nodeType: AlphaTexNodeType;

start​

The start of this node when parsed from an input source file.

trailingComments​

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

trailingComments?: AlphaTexComment[];