Package-level declarations

Types

Link copied to clipboard
class PopupWindowState(    val browser: Browser,     bounds: Rect = DEFAULT_POPUP_BOUNDS,     onClose: (PopupWindowState) -> Unit,     scope: CoroutineScope) : AutoCloseable
class PopupWindowState(    val browser: Browser,     bounds: Rect = DEFAULT_POPUP_BOUNDS,     onClose: (PopupWindowState) -> Unit,     scope: CoroutineScope) : AutoCloseable

State of PopupWindow.

Functions

Link copied to clipboard
@Composable
fun PopupWindow(state: PopupWindowState)
@Composable
fun PopupWindow(state: PopupWindowState)

Creates a popup window.