Class MoveViewportCommand
Package: @aurigma/design-atoms
Constructors
(constructor)(args, _viewer)
Constructs a new instance of the MoveViewportCommand class
Declaration
constructor(args: IMoveViewportCommandArgs, _viewer: Viewer);
Parameters
| Type | Name | Description |
|---|---|---|
| IMoveViewportCommandArgs | args | |
| Viewer | _viewer |
Methods
execute()
Declaration
execute(): Promise<void>;
Returns
| Type | Description |
|---|---|
| Promise<void> |