dev
Preparing search index...
StaveOptions
Interface StaveOptions
interface
StaveOptions
{
bottomTextPosition
?:
number
;
leftBar
?:
boolean
;
lineConfig
?:
StaveLineConfig
[]
;
numLines
?:
number
;
rightBar
?:
boolean
;
spaceAboveStaffLn
?:
number
;
spaceBelowStaffLn
?:
number
;
spacingBetweenLinesPx
?:
number
;
topTextPosition
?:
number
;
verticalBarWidth
?:
number
;
}
Index
Properties
bottom
Text
Position?
left
Bar?
line
Config?
num
Lines?
right
Bar?
space
Above
Staff
Ln?
space
Below
Staff
Ln?
spacing
Between
Lines
Px?
top
Text
Position?
vertical
Bar
Width?
Properties
Optional
bottom
Text
Position
bottomTextPosition
?:
number
Optional
left
Bar
leftBar
?:
boolean
Optional
line
Config
lineConfig
?:
StaveLineConfig
[]
Optional
num
Lines
numLines
?:
number
Optional
right
Bar
rightBar
?:
boolean
Optional
space
Above
Staff
Ln
spaceAboveStaffLn
?:
number
Optional
space
Below
Staff
Ln
spaceBelowStaffLn
?:
number
Optional
spacing
Between
Lines
Px
spacingBetweenLinesPx
?:
number
Optional
top
Text
Position
topTextPosition
?:
number
Optional
vertical
Bar
Width
verticalBarWidth
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bottom
Text
Position
left
Bar
line
Config
num
Lines
right
Bar
space
Above
Staff
Ln
space
Below
Staff
Ln
spacing
Between
Lines
Px
top
Text
Position
vertical
Bar
Width
dev
Loading...