FrameNavigatedParameter

@Serializable
data class FrameNavigatedParameter(val frame: Page.Frame, val type: Page.NavigationType)

Fired once navigation of the frame has completed. Frame is now associated with the new loader.

Constructors

Link copied to clipboard
constructor(frame: Page.Frame, type: Page.NavigationType)

Properties

Link copied to clipboard

Frame object.

Link copied to clipboard