Typescript SDK Type Docs
    Preparing search index...

    Interface SetDescriptionUpdateAction

    interface SetDescriptionUpdateAction {
        action: "setDescription";
        description: LocalizedString;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setDescription"

    Type of update action to be performed on the Application.

    description: LocalizedString

    Value to set. If empty, any existing value will be removed.