Skip to main content

alphaTab.importer.alphaTex.AlphaTexComment

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

multiLine: boolean;

start​

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

text​

The comment text excluding the comment start/end markers.

text: string;