isExitAllowedOnReinitialize
GetterProtected ReadOnly
In addition to the onReinitialize calls after a tool installs or restarts, it is also called from the mouseover event to cancel a drag operation if the up event occurred outside the view. When operating in one shot mode and also requiring dragging, the tool should exit and not restart in ths situation. A tool must opt in to allowing exitTool to be called from onReinitialize by overriding this method to return true.
isExitAllowedOnReinitialize: boolean
Returns - boolean
Defined in
- core/frontend/src/tools/ViewTool.ts Line 3096
Last Updated: 26 April, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.