Function: useAvailableDesignEngine
▸ useAvailableDesignEngine(): undefined | InteractiveDesignEngine
Returns the value stored in the DesignEngine context, including null and undefined. Use this hook if your design engine might be provided asynchronously to child components.
Returns
undefined | InteractiveDesignEngine
Defined in
packages/design-engine-react-components/src/providers/DesignEngineProvider.tsx:39