BaseSurfaceCommand
Classes
abstract BaseSurfaceCommand
Extends
ModelUpdateCommand<TArgs,TResult>
Extended by
Type Parameters
| Type Parameter |
|---|
TArgs |
TResult |
Constructors
Constructor
new BaseSurfaceCommand<TArgs, TResult>(
surface,
historyArgs,
args?): BaseSurfaceCommand<TArgs, TResult>;
Parameters
| Parameter | Type |
|---|---|
surface | Surface |
historyArgs | IHistoryArgs |
args? | TArgs |
Returns
BaseSurfaceCommand<TArgs, TResult>
Overrides
ModelUpdateCommand.constructor
Methods
execute()
execute(): Promise<TResult>;
Returns
Promise<TResult>
Inherited from
redo()
redo(): Promise<void>;
Returns
Promise<void>
Inherited from
undo()
undo(): Promise<void>;
Returns
Promise<void>