We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40066ff commit c4e07bcCopy full SHA for c4e07bc
bindings/ts/src/mod.ts
@@ -59,7 +59,7 @@ interface CommonDrawOptions {
59
}
60
61
interface RectangleDrawOptions extends CommonDrawOptions {
62
- type: "rectangle";
+ type: "rect";
63
w: number;
64
h: number;
65
x: number;
0 commit comments