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

    Interface ManifestJobStatusOutputDetails

    interface ManifestJobStatusOutputDetails {
        created?: string;
        document?: ManifestJobDocumentDetails;
        input?: string;
        layers?: LayerDetails[];
        modified?: string;
        status?: PhotoshopClient.JobStatus;
    }
    Index

    Properties

    created?: string

    Created timestamp of the job (YYYY-DD-MMThh:mm:ss.mmmmmZ)

    input?: string

    the original input href

    layers?: LayerDetails[]

    A tree of layer objects representing the PSD layer structure extracted from the PSD document.

    modified?: string

    Modified timestamp of the job (YYYY-DD-MMThh:mm:ss.mmmmmZ)