Hi,
I'm developing an editing app and extending the WAB Edit widget for some custom behavior. I'm programmatically launching the edit widget, but I don't want to make users pick the edit type from the template picker. Rather, I'd like to just allow them to start editing a hard coded feature layer. And I would hide the template picker as well.
Struggling so far to figure out how to go about this. I know the edit widget uses the esri editor digit. I'm assuming there is a method that starts editing for that digit, but not finding it, so far...
Thanks