AppAction: AppActionProps & DefaultElements<AppActionProps> & {
    delete(): Promise<void>;
}

Type declaration

  • delete:function
    • Deletes this object on the server.

      Returns Promise<void>

      Promise for the deletion. It contains no data, but the Promise error case should be handled.

MMNEPVFCICPMFPCPTTAAATR