useFetchMapExtension()
useFetchMapExtension():
Provides an imperative fetchMapExtension(mapId) function that retrieves
the specified Environment Map Extension and stores it in state.
Throws
If the Boomi client is not initialized or mapId is missing.
Returns
Hook API with the fetched map, loading/error state, and fetch function.
fetchMapExtension()
fetchMapExtension: (mapId: string) => Promise<void>
Parameters
Returns
Was this topic helpful?