mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
Add some missing definisions
This commit is contained in:
parent
8f658a67ce
commit
d2b2dd2f66
6
konva.d.ts
vendored
6
konva.d.ts
vendored
@ -202,8 +202,8 @@ declare namespace Konva {
|
||||
): Node[];
|
||||
fire(eventType: string, evt?: any, bubble?: boolean): this;
|
||||
getAbsoluteOpacity(): number;
|
||||
getAbsolutePosition(): Vector2d;
|
||||
getAbsoluteTransform(): Transform;
|
||||
getAbsolutePosition(top?: Container): Vector2d;
|
||||
getAbsoluteTransform(top?: Container): Transform;
|
||||
getAbsoluteZIndex(): number;
|
||||
getAncestors(): Collection;
|
||||
getAttr(attr: string): any;
|
||||
@ -423,6 +423,7 @@ declare namespace Konva {
|
||||
dash(dash: number[]): this;
|
||||
dashEnabled(): boolean;
|
||||
dashEnabled(dashEnabled: boolean): this;
|
||||
drawHit(canvas?: Canvas, top?: Container, caching?: boolean): this;
|
||||
drawHitFromCache(alphaThreshold: number): this;
|
||||
fill(): string;
|
||||
fill(fill: string): this;
|
||||
@ -484,6 +485,7 @@ declare namespace Konva {
|
||||
fillPatternY(y: number): this;
|
||||
fillPriority(): string;
|
||||
fillPriority(priority: string): this;
|
||||
getSelfRect(): SizeConfig;
|
||||
hasFill(): boolean;
|
||||
hasShadow(): boolean;
|
||||
hasStroke(): boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user