mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-07 01:39:07 +00:00
changed definition of Vex.Flow.Tuplet
- changed LOCATION_TOP and LOCATION_BOTTOM from static to const
This commit is contained in:
7
vexflow/vexflow.d.ts
vendored
7
vexflow/vexflow.d.ts
vendored
@@ -1288,10 +1288,13 @@ declare module Vex {
|
||||
getNoteForFret(fretNum : string, stringNum : string) : string;
|
||||
}
|
||||
|
||||
module Tuplet {
|
||||
const LOCATION_TOP : number;
|
||||
const LOCATION_BOTTOM : number;
|
||||
}
|
||||
|
||||
class Tuplet {
|
||||
constructor(notes : StaveNote[], options : {num_notes? : number, beats_occupied? : number});
|
||||
static LOCATION_TOP : number;
|
||||
static LOCATION_BOTTOM : number;
|
||||
attach() : void;
|
||||
detach() : void;
|
||||
setContext(context : IRenderContext) : Tuplet;
|
||||
|
||||
Reference in New Issue
Block a user