mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
fixed definition of Vex.Flow.TabNote
This commit is contained in:
Vendored
+1
-1
@@ -1105,7 +1105,7 @@ declare module Vex {
|
||||
setStave(stave : Stave) : Note;
|
||||
getModifierStartXY() : {x : number, y : number};
|
||||
|
||||
constructor(tab_struct : {positions : {str : number, fret : number}[], type : string, dots? : number, duration : string}, draw_stem : boolean);
|
||||
constructor(tab_struct : {positions : {str : number, fret : number}[], type? : string, dots? : number, duration : string, stem_direction? : boolean}, draw_stem : boolean);
|
||||
getCategory() : string;
|
||||
setGhost(ghost : boolean) : TabNote;
|
||||
hasStem() : boolean;
|
||||
|
||||
Reference in New Issue
Block a user