fix: add missing Arrow setters (#82)

This commit is contained in:
Jacob
2022-08-01 22:39:46 +02:00
committed by GitHub
parent e10baf131e
commit 49843c9d38

View File

@@ -161,6 +161,10 @@ export class Arrow extends Shape<ArrowConfig> {
public start: GetSet<number, this>;
@getset(1)
public end: GetSet<number, this>;
@getset(false)
public startArrow: GetSet<boolean, this>;
@getset(false)
public endArrow: GetSet<boolean, this>;
@getset(16)
public arrowSize: GetSet<number, this>;