usePresentationPoppedOut
function usePresentationPoppedOut(): object;
Returns
object
| Name | Type |
|---|---|
isPresentationPoppedOut | boolean |
remotePopOutRef | RefObject<Window | null> |
setIsPresentationPoppedOut | Dispatch<SetStateAction<boolean>> |
toggleIsPresentationPoppedOut() | () => void |