Manipulate overlays at runtime
You can manipulate overlays at runtime using the following functions:
- To show a page as an overlay on the active page, use the SHOW_OVERLAY() function.
- To hide all overlays except pinned ones, use the HIDE_ALL_OVERLAYS() function.
- To hide the topmost overlay (provided it's not pinned), use the HIDE_TOPMOST_OVERLAY().