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

    Interface SmartObjectDetails

    Smart object details.

    interface SmartObjectDetails {
        instanceId?: string;
        linked?: boolean;
        name?: string;
        path?: string;
        type?: string;
    }
    Index

    Properties

    instanceId?: string

    Only for an embedded smart object. Indicates the instance ID of the embedded smart object. This ID is unique and the value is derived from the RAW data of the document. instanceId may show a value as unknown, if the embedded smart object is generated using a non-Adobe application.

    linked?: boolean

    Indicates if the smart object is linked. Currently we support embedded smart object only, which means "linked = false".

    name?: string

    Name of the embedded or linked smart object. Currently we support embedded smart object only.

    path?: string

    Only for a linked smart object. Indicates the relative path for the linked smart object.

    type?: string

    Desired image format for the smart object.