In 3D WAB app I am creating by WAB Developer Edition version 2.30 (jsApi 4.30),
I created custom widget containing ESRI Editor widget (and its EditorViewModel).
I need to detect when creating a single feature (including setting its attributes table) has been finished.
I can't programmatically command the EditorViewModel to create a single feature (disable batch creation) since for this I need the method startCreateFeaturesWorkflowAtFeatureEdit but it needs to get the feature as parameter whilst I want to create a new feature.
So, I programatically start batch creation by startCreateFeaturesWorkflowAtFeatureCreation giving it the layer, and I need to detect when creation of the first feature in the batch (and setting its attributes table) has been finished.