ClickSelectingTool$Typings extension

on

Methods

canStart() bool
This tool can run whenever a click occurs.
doMouseUp() → void
Upon a click, this calls Tool#standardMouseSelect to change the Diagram#selection collection, then calls Tool#standardMouseClick to perform the normal click behaviors, and then stops this tool.