mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-10 22:44:43 +08:00
Revised: Class BarNote has new constructor
- rollback: constructor in class Note. - creation: constructor() in class BarNote.
This commit is contained in:
3
types/vexflow/index.d.ts
vendored
3
types/vexflow/index.d.ts
vendored
@@ -187,6 +187,7 @@ declare namespace Vex {
|
||||
|
||||
class BarNote extends Note {
|
||||
static DEBUG : boolean;
|
||||
constructor();
|
||||
getType() : Barline.type;
|
||||
setType(type : Barline.type) : BarNote;
|
||||
getBoundingBox() : BoundingBox;
|
||||
@@ -619,7 +620,7 @@ declare namespace Vex {
|
||||
applyTickMultiplier(numerator : number, denominator : number) : void;
|
||||
setDuration(duration : Fraction) : void;
|
||||
|
||||
constructor(note_struct? : {type? : string, dots? : number, duration : string});
|
||||
constructor(note_struct : {type? : string, dots? : number, duration : string});
|
||||
getPlayNote() : any;
|
||||
setPlayNote(note : any) : Note;
|
||||
isRest() : boolean;
|
||||
|
||||
Reference in New Issue
Block a user