addMasterBar
Description​
Adds a new master bar to the lookup.
- JavaScript
- C#
- Kotlin
addMasterBar(bounds: MasterBarBounds): void
void AddMasterBar(MasterBarBounds bounds)
fun addMasterBar(bounds: MasterBarBounds): Unit
Parameter | Summary |
---|---|
boundsAll | The master bar bounds to add. |