MCPcopy Create free account
hub / github.com/experdot/pointer / ChatUIState

Interface ChatUIState

src/renderer/src/stores/chatUIStore.ts:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24interface ChatUIState {
25 scrollTop: number
26 inputContent: string
27 pendingAttachments: FileAttachment[]
28 search: SearchState
29}
30
31interface ChatUIStore {
32 states: Map<string, ChatUIState>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected