window
variable. After users inject SkyAppWindowRef
into a component, they can use the service to interact with window
properties and event handlers by referencing its nativeWindow
property. For more information, see the window API documentation on MDN web docs. SkyAppWindowRef
@skyux/core
npm install --save-exact @skyux/core
The application window reference service references the global window variable.
After users inject SkyAppWindowRef
into a component, they can use the service to interact with
window properties and event handlers by referencing its nativeWindow property.
Property | Description |
---|---|
nativeWindow?: any | The global Optional. |