adobe-firefly-sdk
    Preparing search index...

    Type Alias Restv1BetaSceneDescRequestWritable

    type Restv1BetaSceneDescRequestWritable = {
        sceneFile?: string;
        sources: RestBaseMountedSource[] | null;
    }
    Index

    Properties

    Properties

    sceneFile?: string

    Path to the scene file in sources. If the value is null, the first found scene file will be used.

    sources: RestBaseMountedSource[] | null

    List of sources to aggregate and run the job against.