--- title: createSessionStateSnapshotSignal status: published category: editor group: Function author: api date: 06/23/2023 order: 15 ---Public Function Creates a signal of the instance state for a given store. ##### Parameters `store` ```ts TLStore ``` The store to create the instance state snapshot signal for ##### Returns ```ts Signal ``` ##### References [TLStore](/gen/tlschema/TLStore-type), [TLSessionStateSnapshot](/gen/editor/TLSessionStateSnapshot-interface)