Skip to main content

alphaTab.alphaTex.AlphaTexPropertiesNode

Description

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)

nodeType
openBrace

The open brace grouping the properties (if needed).

properties

The individual properties

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)