Every public coordinate DTO declares both its reference space and unit.

interface AsukaSelectionAnchorBox {
    engine?: string;
    height: number;
    left: number;
    metadata?: Record<string, unknown>;
    objectId?: null | string;
    space: AsukaCoordinateSpace;
    top: number;
    unit: AsukaCoordinateUnit;
    width: number;
}

Hierarchy (view full)

Properties

engine?: string
height: number
left: number
metadata?: Record<string, unknown>
objectId?: null | string
top: number
width: number