mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +08:00
Typescript for Node.getContent is in line with documentation. Node.getContext is removed.
This commit is contained in:
parent
cae6407481
commit
b0d043d01d
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user