mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fixed definition of Vex.Flow.NoteHead
This commit is contained in:
Vendored
+1
-1
@@ -628,7 +628,7 @@ declare module Vex {
|
||||
}
|
||||
|
||||
class NoteHead extends Note {
|
||||
constructor(head_options : {x? : number, y? : number, note_type? : string, duration : string, displaced? : boolean, stem_direction? : number, x_shift : number, style : string, slashed : boolean, glyph_font_scale? : number});
|
||||
constructor(head_options : {x? : number, y? : number, note_type? : string, duration : string, displaced? : boolean, stem_direction? : number, line : number, x_shift : number, custom_glyph_code? : string, style? : string, slashed? : boolean, glyph_font_scale? : number});
|
||||
static DEBUG : boolean;
|
||||
getCategory() : string;
|
||||
setContext(context : IRenderContext) : NoteHead;
|
||||
|
||||
Reference in New Issue
Block a user