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

    Interface SmartObject

    An object describing the attributes specific to creating or editing a smart object. SmartObject properties operate on the input smart object file. When creating a linked smart object, this is a required. When creating an embedded smart object, it is optional.

    interface SmartObject {
        linked?: boolean;
    }
    Index

    Properties

    Properties

    linked?: boolean

    Indicates if this Smart Object is linked. Currently we support Embedded Smart Object only which means "linked = false".