EscapeHatchTarget

data class EscapeHatchTarget(val tabId: String, val mode: BrowserMode)

Parameters

tabId

id of the tab to return to.

mode

the BrowserMode that owns the tab (the database it lives in); the mode the browser must be in to open it.

Constructors

Link copied to clipboard
constructor(tabId: String, mode: BrowserMode)

Properties

Link copied to clipboard
Link copied to clipboard