LmnVirtualViewport
A virtual viewport @property id - The id of the virtual viewport @property hideOverflow - Hide the overflow of the virtual viewport @property showOverflow - Show the overflow of the virtual viewport @property element - The element of the virtual viewport @property isWindow - Whether the virtual viewport is a window virtual viewport
Presentation
type LmnVirtualViewport = (LmnVirtualWindow | LmnVirtualElement ) & {
id: string;
hideOverflow: () => void;
showOverflow: () => void;
};