Update

sealed external interface Update(source)

A change to the current location.

Properties

Link copied to clipboard
abstract var action: Action

The action that triggered the change.

Link copied to clipboard
abstract var delta: Double?

The delta between this location and the former location in the history stack

Link copied to clipboard
abstract var location: Location<*>

The new location.