feat:set rotation as view's prop
This commit is contained in:
@@ -61,6 +61,9 @@ export abstract class View implements Modeling, IView {
|
||||
@Property
|
||||
bgColor?: Color | GradientColor
|
||||
|
||||
@Property
|
||||
rotation?: number
|
||||
|
||||
@Property
|
||||
corners?: number | { leftTop?: number; rightTop?: number; leftBottom?: number; rightBottom?: number }
|
||||
|
||||
|
Reference in New Issue
Block a user