NavigateFunction

sealed external interface NavigateFunction(source)

The interface for the navigate() function returned from useNavigate().

Functions

Link copied to clipboard
abstract operator fun invoke(delta: Double)
abstract operator fun invoke(to: To, options: NavigateOptions = definedExternally)