Documentation
Preparing search index...
@music-ui/react
<internal>
VoiceItemNote
Interface VoiceItemNote
interface
VoiceItemNote
{
duration
:
number
;
el_type
:
"note"
;
endChar
:
number
;
pitches
?:
{
accidental
?:
AccidentalName
;
endSlur
?:
number
[]
;
endTie
?:
boolean
;
name
:
string
;
pitch
:
number
;
startSlur
?:
{
label
:
number
}
[]
;
startTie
?:
{}
;
verticalPos
:
number
;
}
[]
;
rest
?:
{
text
?:
number
;
type
:
|
"spacer"
|
"rest"
|
"invisible"
|
"invisible-multimeasure"
|
"multimeasure"
;
}
;
startChar
:
number
;
}
Index
Properties
duration
el_
type
end
Char
pitches?
rest?
start
Char
Properties
duration
duration
:
number
el_
type
el_type
:
"note"
end
Char
endChar
:
number
Optional
pitches
pitches
?:
{
accidental
?:
AccidentalName
;
endSlur
?:
number
[]
;
endTie
?:
boolean
;
name
:
string
;
pitch
:
number
;
startSlur
?:
{
label
:
number
}
[]
;
startTie
?:
{}
;
verticalPos
:
number
;
}
[]
Optional
rest
rest
?:
{
text
?:
number
;
type
:
|
"spacer"
|
"rest"
|
"invisible"
|
"invisible-multimeasure"
|
"multimeasure"
;
}
start
Char
startChar
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
duration
el_
type
end
Char
pitches
rest
start
Char
Documentation
Loading...