UpdateA change to the current location. interface Update {action: Action;delta: number | null;location: Location;}§Properties§action: Action[src]The action that triggered the change. §delta: number | null[src]The delta between this location and the former location in the history stack §location: Location[src]The new location.