Package-level declarations

Types

Link copied to clipboard
class BarProp

The BarProp interface of the Document Object Model represents the web browser user interface elements that are exposed to scripts in web pages.

Link copied to clipboard

The BeforeUnloadEvent interface represents the event object for the Window/beforeunload_event event, which is fired when the current window, contained document, and associated resources are about to be unloaded.

Link copied to clipboard

The Window interface represents a window containing a DOM document; the document property points to the DOM document loaded in that window.

Link copied to clipboard
Link copied to clipboard
sealed interface WindowName : WindowTarget
Link copied to clipboard
typealias WindowProxy = Window
Link copied to clipboard
sealed interface WindowTarget

Properties

Link copied to clipboard
external val window: Window

The window property of a Window object points to the window object itself.

Functions

Link copied to clipboard
inline fun WindowName(value: String): WindowName