adobe-firefly-sdk
    Preparing search index...

    Type Alias PlacementInset

    PlacementInset

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

    Properties

    bottom?: number

    Bottom Inset

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

    left?: number

    Left Inset

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

    right?: number

    Right Inset

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

    top?: number

    Top Inset

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