defaultElements
Description​
Gets the default configuration of the {@see notationElements} setting. Do not modify
this map as it might not result in the expected side effects.
If items are not listed explicitly in this list, they are considered visible.
- JavaScript
- C#
- Kotlin
static defaultElements: Map<NotationElement, boolean>;static Map<NotationElement, bool> DefaultElements { get; set; }companion object { var defaultElements: alphaTab.collections.ObjectBooleanMap<NotationElement, Boolean> }