Trilium Frontend API
    Preparing search index...

    Interface Rectangle

    interface Rectangle {
        height: number;
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    height: number

    The height of the rectangle (must be an integer).

    width: number

    The width of the rectangle (must be an integer).

    x: number

    The x coordinate of the origin of the rectangle (must be an integer).

    y: number

    The y coordinate of the origin of the rectangle (must be an integer).