interface Origin {
    x?: number;
    y?: number;
}

Properties

Properties

x?: number

The x position on the page, with 0 being the left edge and 1 being the right edge.

Default

0.5
y?: number

The y position on the page, with 0 being the left edge and 1 being the right edge.

Default

0.5

Generated using TypeDoc