adobe-firefly-sdk
    Preparing search index...

    Type Alias Action

    Action

    An object describing the input Photoshop Actions to play.

    type Action = {
        actionName?: string;
        href?: string;
        storage?: StorageType & unknown;
    }
    Index

    Properties

    actionName?: string

    If you only want to execute a particular action, you may specify which action to play from the ActionSet

    href?: string

    Presigned GET URL

    storage?: StorageType & unknown