adobe-firefly-sdk
    Preparing search index...

    Type Alias SmartObject

    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.

    type 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".