SquirrelPosition

Used to reflect the x and y position of the component on the Squirrel canvas.

SquirrelPosition {
    x: number;
    y: number;
}

Last updated

Was this helpful?