FrameNavigated

@Serializable
data class FrameNavigated(val frame: Frame, val type: NavigationType? = null) : PageEvent(source)

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

Official doc

Constructors

Link copied to clipboard
constructor(frame: Frame, type: NavigationType? = null)

Properties

Link copied to clipboard

Frame object.

Link copied to clipboard
val type: NavigationType? = null