Skip to main content

alphaTab.importer.alphaTex.AlphaTexPropertiesNode

A node describing a list of properties grouped by braces. Used in contexts like note effects, beat effects

 interface AlphaTexPropertiesNode extends AlphaTexAstNode

Properties​

closeBrace​

The close brace grouping the properties (if needed).

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)

openBrace​

The open brace grouping the properties (if needed).

properties​

The individual properties

properties: AlphaTexPropertyNode[];

start​

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

trailingComments​

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

trailingComments?: AlphaTexComment[];