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

    Interface ModifyDocumentRequest

    interface ModifyDocumentRequest {
        inputs: StorageDetails[];
        options: DocumentOperationOptions;
        outputs: PsOutputDetails[];
    }
    Index

    Properties

    inputs: StorageDetails[]

    An array of input objects. Each input object represents a file to be processed.

    outputs: PsOutputDetails[]

    An array of output objects. Each output object represents a file to be created.