Typescript SDK Type Docs
    Preparing search index...

    Interface SetApplicationLogoUpdateAction

    interface SetApplicationLogoUpdateAction {
        action: "setApplicationLogo";
        logo: ApplicationLogo;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setApplicationLogo"

    Type of update action to be performed on the Application.

    New logo to assign to the Application, which must be a valid url.