Skip to content

Relative

RelativePosition

Bases: BaseModel

Represents a relative position.

type class-attribute instance-attribute

type: Literal['relative'] = 'relative'

The type of position. Defaults to "relative".

x class-attribute instance-attribute

The x-coordinate of the assets.

y class-attribute instance-attribute

The y-coordinate of the assets.