NavigateReturn

@Serializable
data class NavigateReturn(val frameId: String, val loaderId: String?, val errorText: String?)

Constructors

Link copied to clipboard
constructor(frameId: String, loaderId: String?, errorText: String?)

Properties

Link copied to clipboard

User friendly error message, present if and only if navigation has failed.

Link copied to clipboard

Frame id that has navigated (or failed to navigate)

Link copied to clipboard

Loader identifier. This is omitted in case of same-document navigation, as the previously committed loaderId would not change.