Class BaseSurfaceCommand
Package: @aurigma/design-atoms
Constructors
(constructor)(surface, historyArgs, args)
Constructs a new instance of the BaseSurfaceCommand class
Declaration
constructor(surface: Surface, historyArgs: IHistoryArgs, args?: TArgs);
Parameters
| Type | Name | Description |
|---|---|---|
| Surface | surface | |
| IHistoryArgs | historyArgs | |
| TArgs | args |
Properties
surface
Declaration
protected surface: Surface;
Property Value
| Type | Description |
|---|---|
| Surface |