highlightElements
Description​
Tells the UI layer to highlight the music notation elements with the given ID.
- JavaScript
- C#
- Kotlin
highlightElements(groupId: string, masterBarIndex: number): void
void HighlightElements(string groupId, double masterBarIndex)
fun highlightElements(groupId: String, masterBarIndex: Double): Unit
Parameter | Summary |
---|---|
groupIdAll | The group id that identifies the elements to be highlighted. |
masterBarIndexAll | The index of the related masterbar of the highlighted group. |