Hello!
I am currently in the process of migrating our widgets to the new web components.
While migrating the Sketch Widget, I ran into an issue. I do not see any option anymore to set the SketchValueOptions. We use the valueOptions to change the units for the tooltip to nautical-miles like this:
valueOptions: {
displayUnits: {
length: 'nautical-miles',
area: 'square-nautical-miles'
}
}
The only unit related option when working with the arcgis-sketch (that I found) is setting the unit system for the labels (labelOptions) via a PortalItem on the Map?

This only works with SceneViews, but we use a MapView.
I could not find any unit options that only apply to the sketch component directly.
Could you please help me out there?