history

oxygen.ui.web.service.Window.history
object history

Attributes

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

Members list

Value members

Concrete methods

def push(url: String, title: String): UIO[Unit]
def push(url: String): UIO[Unit]
def push(url: PageURL, title: String): UIO[Unit]
def push(url: PageURL): UIO[Unit]
def replace(url: String, title: String): UIO[Unit]
def replace(url: String): UIO[Unit]
def replace(url: PageURL, title: String): UIO[Unit]
def replace(url: PageURL): UIO[Unit]