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

    Interface PlacementInset

    interface PlacementInset {
        bottom?: number;
        left?: number;
        right?: number;
        top?: number;
    }
    Index

    Properties

    bottom?: number

    The space between bottom edge of the result image and bottom edge of the placed object image.

    left?: number

    The space between left edge of the result image and left edge of the placed object image.

    right?: number

    The space between right edge of the result image and right edge of the placed object image.

    top?: number

    The space between top edge of the result image and top edge of the placed object image.