Read back per-thread state previously written with `setState`.
()
| 125 | setState<T>(v: T): Promise<void>; |
| 126 | /** Read back per-thread state previously written with `setState`. */ |
| 127 | state<T>(): Promise<T | undefined>; |
| 128 | } |
| 129 | export interface InteractionContext<TValue = unknown> { |
| 130 | thread: Thread; |
no outgoing calls