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

    Interface BottomRightPoint

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

    interface BottomRightPoint {
        bottom: number;
        right: number;
    }
    Index

    Properties

    Properties

    bottom: number
    right: number