mirror of
https://github.com/konvajs/konva.git
synced 2026-01-22 03:11:53 +08:00
Typescript for Node.getContent is in line with documentation. Node.getContext is removed.
This commit is contained in:
2
konva.d.ts
vendored
2
konva.d.ts
vendored
@@ -212,7 +212,7 @@ declare namespace Konva {
|
|||||||
getCanvas(): Canvas;
|
getCanvas(): Canvas;
|
||||||
getClassName(): string;
|
getClassName(): string;
|
||||||
getClientRect(): SizeConfig;
|
getClientRect(): SizeConfig;
|
||||||
getContext(): Context;
|
getContent(): HTMLDivElement;
|
||||||
getDepth(): number;
|
getDepth(): number;
|
||||||
getHeight(): number;
|
getHeight(): number;
|
||||||
getHitCanvas(): Canvas;
|
getHitCanvas(): Canvas;
|
||||||
|
|||||||
Reference in New Issue
Block a user