SCION Workbench Client - v1.0.0-beta.35
    Preparing search index...

    Interface BottomLeftPoint

    Coordinate relative to the "bottom/left" corner of the view or page viewport.

    interface BottomLeftPoint {
        bottom: number;
        left: number;
    }
    Index

    Properties

    Properties

    bottom: number
    left: number