@musallam/photoshop-client
    Preparing search index...

    Interface Bounds

    The bounds of the layer.

    interface Bounds {
        height?: number;
        left?: number;
        top?: number;
        width?: number;
    }
    Index

    Properties

    height?: number

    The height in pixels.

    left?: number

    The left position in pixels.

    top?: number

    The top position in pixels.

    width?: number

    The width in pixels.