register MethodStatic
Register an EditCommand class. This establishes a connection between the commandId of the class and the class itself.
register(commandType: ): void
| Parameter | Type | Description |
|---|---|---|
| commandType | the subclass of Tool to register. |
Returns - void
Defined in
- EditCommand.ts Line 154
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.