adobe-firefly-sdk
    Preparing search index...

    Type Alias BaseAssetWritable

    BaseAsset

    Contains the common properties for all assets in the system.


    NOTE: It is not intended to be used directly


    type BaseAssetWritable = {
        name: string;
        state?: "active" | "deleted" | "deleted_parent";
    }
    Index

    Properties

    Properties

    name: string

    Human-readable name of the asset

    state?: "active" | "deleted" | "deleted_parent"

    Current state of the asset