adobe-firefly-sdk
    Preparing search index...

    Type Alias OverlayV2

    type OverlayV2 = {
        duration?: string;
        position?: PositionV2;
        repeat?: null | RepeatV2;
        scale?: ScaleV2;
        source?: Source;
        startTime?: string;
    }
    Index

    Properties

    duration?: string

    Duration of the overlay in the format HH:MM:SS:FF.

    position?: PositionV2
    repeat?: null | RepeatV2

    Repeat behavior for GIF overlay (optional).

    scale?: ScaleV2
    source?: Source
    startTime?: string

    Start time for the overlay in the format HH:MM:SS:FF.