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
getGlobalPosition()
getGlobalPosition: () =>
Point
Returns
Point
position
position:
Point