alphaTab.alphaTex.AlphaTexNoteListNode
A list of notes for the beat.
interface AlphaTexNoteListNode extends AlphaTexAstNodeProperties​
closeParenthesis​
A close parenthesis token to group multiple notes for a beat.
- JavaScript
- C#
- Kotlin
closeParenthesis?: AlphaTexParenthesisCloseTokenNode;AlphaTexParenthesisCloseTokenNode CloseParenthesis { get; set; }var closeParenthesis: AlphaTexParenthesisCloseTokenNodeend​
The end (inclusive) of this node when parsed from an input source file. (Inherited from IAlphaTexAstNode )
- JavaScript
- C#
- Kotlin
end?: AlphaTexAstNodeLocation;AlphaTexAstNodeLocation End { get; set; }var end: AlphaTexAstNodeLocationleadingComments​
The comments preceeding this node. (Inherited from IAlphaTexAstNode )
- JavaScript
- C#
- Kotlin
leadingComments?: AlphaTexComment[];IList<AlphaTexComment> LeadingComments { get; set; }var leadingComments: alphaTab.collections.List<AlphaTexComment>nodeType​
(no description)
- JavaScript
- C#
- Kotlin
nodeType: AlphaTexNodeType.NoteList;AlphaTexNodeType.NoteList NodeType { get; set; }var nodeType: AlphaTexNodeType.NoteListnotes​
The notes contained in this list.
- JavaScript
- C#
- Kotlin
notes: AlphaTexNoteNode[];IList<AlphaTexNoteNode> Notes { get; set; }var notes: alphaTab.collections.List<AlphaTexNoteNode>openParenthesis​
An open parenthesis token to group multiple notes for a beat.
- JavaScript
- C#
- Kotlin
openParenthesis?: AlphaTexParenthesisOpenTokenNode;AlphaTexParenthesisOpenTokenNode OpenParenthesis { get; set; }var openParenthesis: AlphaTexParenthesisOpenTokenNodestart​
The start of this node when parsed from an input source file. (Inherited from IAlphaTexAstNode )
- JavaScript
- C#
- Kotlin
start?: AlphaTexAstNodeLocation;AlphaTexAstNodeLocation Start { get; set; }var start: AlphaTexAstNodeLocationtrailingComments​
The comments after this node (if starting on the same line). (Inherited from IAlphaTexAstNode )
- JavaScript
- C#
- Kotlin
trailingComments?: AlphaTexComment[];IList<AlphaTexComment> TrailingComments { get; set; }var trailingComments: alphaTab.collections.List<AlphaTexComment>