Back to Website
Show / Hide Table of Contents

Class ModelUpdateCommand

Inheritance
BaseCommand<TArgs, TResult>
ModelUpdateCommand
Package: @aurigma/design-atoms

Constructors

(constructor)(args, _historyArgs)

Constructs a new instance of the ModelUpdateCommand class

Declaration
constructor(args: TArgs, _historyArgs: IHistoryArgs);
Parameters
Type Name Description
TArgs args
IHistoryArgs _historyArgs

Properties

_historyArgs

Declaration
protected _historyArgs: IHistoryArgs;
Property Value
Type Description
IHistoryArgs

Methods

_executeCommandBody()

Declaration
protected _executeCommandBody(): Promise<TResult>;
Returns
Type Description
Promise<TResult>

execute()

Declaration
execute(): Promise<TResult>;
Returns
Type Description
Promise<TResult>

redo()

Declaration
redo(): Promise<void>;
Returns
Type Description
Promise<void>

undo()

Declaration
undo(): Promise<void>;
Returns
Type Description
Promise<void>
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback