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

    The sizes of the edge drop zones, in pixels.

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

    Properties

    Properties

    bottom: number

    The size of the bottom edge drop zone.

    left: number

    The size of the left edge drop zone.

    right: number

    The size of the right edge drop zone.

    top: number

    The size of the top edge drop zone.