Functions
-
getLayerContext(baseElem:HTMLElement): { getRootLayerHost?:(priority?:'popup' | 'dialog' | 'messages' | 'tooltip') => Element; getLayerHost?:(priority?:'popup' | 'dialog' | 'messages' | 'tooltip') => Element; onLayerUnmount?:(element:HTMLElement) => void; }
-
Function to get layer context. This context allows to determines if legacy popup support is available or if it should use pure corepack solution with no legacy dependency