<!--
{
  "availability" : [
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TabletopKit",
  "identifier" : "/documentation/TabletopKit/TabletopGame/Observer/stateDidResetToBookmark(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "TabletopKit"
    ],
    "preciseIdentifier" : "s:11TabletopKit0A4GameC8ObserverP23stateDidResetToBookmarkyyAA05StateI10IdentifierVF"
  },
  "title" : "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.

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)