ContainerLike
ContainerLike =
RectLike
&object
Defined in: utils/types.ts:48
A type that represents a container, with position and getGlobalPosition properties, and x, y, width, and height properties.
Type declaration
Section titled “Type declaration”getGlobalPosition()
Section titled “getGlobalPosition()”getGlobalPosition: () =>
Point
Returns
Section titled “Returns”Point
position
Section titled “position”position:
Point