- Preparing search index...
 
- The search index is not available
 
@fold-dev/core 
 
- isOffScreen(el): { 
    offscreenX?: undefined; 
    offscreenY?: undefined; 
    x: boolean; 
    y: boolean; 
} | { 
    offscreenX: boolean; 
    offscreenY: boolean; 
    x?: undefined; 
    y?: undefined; 
} 
- 
Returns { 
    offscreenX?: undefined; 
    offscreenY?: undefined; 
    x: boolean; 
    y: boolean; 
} | { 
    offscreenX: boolean; 
    offscreenY: boolean; 
    x?: undefined; 
    y?: undefined; 
}