Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/utterance/utterances
/ ResizeMessage
Interface
ResizeMessage
src/measure.ts:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
ResizeMessage {
2
type
:
'resize'
;
3
height: number;
4
}
5
6
let
hostOrigin: string;
7
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected