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