---
title: "stateDidResetToBookmark(_:)"
framework: tabletopkit
role: symbol
role_heading: Instance Method
path: "tabletopkit/tabletopgame/observer/statedidresettobookmark(_:)"
---

# stateDidResetToBookmark(_:)

Called whenever a jumpToBookmark is applied to the shared network table state. stateDidResetToBookmark callbacks are also reliably ordered with actionWasConfirmed and actionWasRolledBack callbacks, and are also network delayed behind any changes to the speculative visible table state.

## Declaration

```swift
func stateDidResetToBookmark(_ bookmarkID: StateBookmarkIdentifier)
```

## See Also

### Handling seat actions

- [playerChangedSeats(_:oldSeat:newSeat:snapshot:)](tabletopkit/tabletopgame/observer/playerchangedseats(_:oldseat:newseat:snapshot:).md)
