Theia API Documentation v1.65.0
    Preparing search index...

    An object which holds the geometry for overlay positioning.

    interface IOverlayGeometry {
        bottom: number;
        left: number;
        right: number;
        top: number;
    }
    Index

    Properties

    Properties

    bottom: number

    The distance between the overlay and parent bottom edges.

    left: number

    The distance between the overlay and parent left edges.

    right: number

    The distance between the overlay and parent right edges.

    top: number

    The distance between the overlay and parent top edges.