Window

oxygen.ui.web.service.Window
object Window

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Window.type

Members list

Type members

Classlikes

object history

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
history.type

Value members

Concrete methods

def newTab(url: String): UIO[Unit]
def newTab(url: PageURL): UIO[Unit]
def newWindow(url: String): UIO[Unit]
def newWindow(url: PageURL): UIO[Unit]
def setTitle(title: String): UIO[Unit]