Skip to main content
Version: Next

Typescript API

Modules

ModuleDescription
client-coreclient-ui provides everything for creating geoprocessing client interface, except for individual React Components. It provides everthing you need to work with sketches, call geoprocessing functions, transform and format data (metric results, geojson types, numbers), and input it to the React components.
client-uiclient-ui provides all of the core React UI components for geoprocessing projects, including the building blocks for creating custom UI components needed by a project. Run the storybook command to explore them interactively.
dataproviders-
geoprocessinggeoprocessing is the main module used by a geoprocessing project. It includes everything needing for creating, building, testing, and deploying a geoprocessing project with the exception of UI components which are exported separately in client-ui.