isGhost
Description​
Gets or sets whether the note is a ghost note and shown in parenthesis. Also this will make the note a bit more silent.
- JavaScript
 - C#
 - Kotlin
 
isGhost: boolean;bool IsGhost { get; set; }var isGhost: BooleanGets or sets whether the note is a ghost note and shown in parenthesis. Also this will make the note a bit more silent.
isGhost: boolean;bool IsGhost { get; set; }var isGhost: Boolean