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