Hello,
I am developing a custom ExB widget (v1.14) that will consume a GP Task (Python Web Tool) and I was hoping that I can use some of the existing code from the COTS Analysis Widget. However, when I copy it from the dist folder into my extensions/widgets folder where I develop, I cannot run the widget as it is missing 'analysis-ui-schema' module which seems crucial how it deals with GP tools parameters etc.
Are there plans to make those modules available in Developer Edition or not?
Thanks!
In v1.15, that line looks like this:
import { type AnalysisToolInfo } from '@arcgis/analysis-ui-schema'
and also has a squiggly line underneath it in the editor.
However, the custom tool does seem to work properly OOTB