processDataButton MethodProtected

Orchestrates advancing the internal state of the tool on a data button event.

  • Gather input: Initiates element dynamics and accepts additional points as required.
  • Complete operation: Create new element, restart or exit tool.

processDataButton(ev: BeButtonEvent): Promise<EventHandled>

@returns EventHandled.Yes if onReinitialize was called to restart or exit tool.

Parameter Type Description
ev BeButtonEvent  

Returns - Promise<EventHandled>

EventHandled.Yes if onReinitialize was called to restart or exit tool.

Defined in

Last Updated: 17 May, 2024