chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page / NavigationEntry

NavigationEntry

data class NavigationEntry

Navigation history entry.

Constructors

<init>

Navigation history entry.

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

Properties

id

Unique id of the navigation history entry.

val id: Int

title

Title of the navigation history entry.

val title: String

transitionType

Transition type.

val transitionType: TransitionType

url

URL of the navigation history entry.

val url: String

userTypedURL

URL that the user typed in the url bar.

val userTypedURL: String