MCPcopy Create free account
hub / github.com/Alphanimble/htmlstream / LiveBlockProps

Interface LiveBlockProps

src/streamhtml.tsx:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62StableBlock.displayName = "StableBlock";
63
64interface LiveBlockProps extends StreamHtmlBlockProps {
65 isStreaming?: boolean;
66 lockHeight?: boolean;
67 /** Strip-only HTML (no synthetic closers) for incremental table patching */
68 trackHtml?: string;
69}
70
71const FROZEN_CLASS = "sh-live-frozen";
72const TAIL_CLASS = "sh-live-tail";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected