Skip to main content

alphaTab.importer.alphaTex.AlphaTexComment

Description

A comment attached to a node.

 interface AlphaTexComment

Properties

end

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

multiLine

Whether the comment is a multiline comment or a single line comment

start

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

text

The comment text excluding the comment start/end markers.