pl.wendigo.chrome.api.page / NavigationEntry

NavigationEntry

data class NavigationEntry (source)

Navigation history entry.

Link
Page#NavigationEntry type documentation.

Constructors

<init>

NavigationEntry(id: Int, url: String, userTypedURL: String, title: String, transitionType: TransitionType)

Navigation history entry.

Properties

id

val id: Int

Unique id of the navigation history entry.

title

val title: String

Title of the navigation history entry.

transitionType

val transitionType: TransitionType

Transition type.

url

val url: String

URL of the navigation history entry.

userTypedURL

val userTypedURL: String

URL that the user typed in the url bar.