modifyControls MethodProtected
A provider can install an InputCollector to support interactive modification.
modifyControls(hit: HitDetail, _ev: BeButtonEvent): Promise<boolean>
@returns true if a tool was successfully run.
@see HandleTool
| Parameter | Type | Description | 
|---|---|---|
| hit | HitDetail | |
| _ev | BeButtonEvent | 
Returns -  Promise
true if a tool was successfully run.
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.