I'm trying to use the AreaMeasurement2D widget in the ArcGIS API for JavaScript version 4.20. When using this widget, it will only show total perimeter length and this is after you have placed a second point. However, in the AreaMeasurement3D widget, after you place the first point, it will dynamically show the segment length as you are drawing and it also displays the previous segment length.
Using the AreaMeasurement2D widget, as soon as you place the first point, is there anyway I can dynamically show the segment length?