Rotate Rotation configuration of an object. Properties alignment(Alignment | None) – The alignment of the rotation. angle(Number) – The rotation in clockwise radians. Methods copy – Returns a copy of this object with the specified properties overridden. Properties# alignment # alignment: Alignment | None = None The alignment of the rotation. angle # angle: Number The rotation in clockwise radians. Methods# copy # copy( *, angle: Number | None = None, alignment: Alignment | None = None, ) -> Rotate Returns a copy of this object with the specified properties overridden.