@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Interface Rect

    represents a 2d rectangle. compatible with DOMRect, without its inherited annoying readonly fields.

    interface Rect {
        x: number;
        y: number;
        width: number;
        height: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    x: number
    y: number
    width: number
    height: number