Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Alphanimble/htmlstream
/ ReplaySettings
Interface
ReplaySettings
demo/chat/SessionSidebar.tsx:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
} from
"./session-api"
;
6
7
export interface ReplaySettings {
8
delayMs: number;
9
chunkSize: number;
10
}
11
12
interface SessionSidebarProps {
13
sessions: SessionSummary[];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected