updateElementData MethodProtected

This method is intended to update information related to the element. This method is called in 2 scenarios:

  1. onMouseMotion as a dynamics
  2. onDataButtonDown when accepting the next point of the tool

updateElementData(_ev: BeButtonEvent, _isDynamics: boolean): Promise<void>

Parameter Type Description
_ev BeButtonEvent  
_isDynamics boolean  

Returns - Promise

Defined in

Last Updated: 17 May, 2024