adobe-firefly-sdk
    Preparing search index...

    Type Alias RestBaseMountedSource

    type RestBaseMountedSource = {
        "frame.io"?: RestBaseSourceFrameIo;
        mountPoint?: string;
        "next.frame.io"?: RestBaseSourceFrameIov4;
        space?: RestBaseSourceSpace;
        url?: RestBaseSourceUrl;
    }
    Index

    Properties

    Fetch content from a Frame.io folder. ⚠️ All sources are exclusive.

    mountPoint?: string

    Where to mount the content of the source in the virtual job working directory.

    "next.frame.io"?: RestBaseSourceFrameIov4

    Fetch content from a next.frame.io folder. ⚠️ All sources are exclusive.

    Read content from an existing space (can be another job's output, or uploaded manually with the space API). ⚠️ All sources are exclusive.'

    Fetch content from a URL. ⚠️ All sources are exclusive.