MCPcopy
hub / github.com/opensquilla/opensquilla / ShareStageProbe

Interface ShareStageProbe

opensquilla-webui/e2e/share.spec.ts:23–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23interface ShareStageProbe {
24 metrics: {
25 contentWidth: number
26 exportScale: number
27 bottomSafeArea: number
28 userBubbleRightOffset: number
29 }
30 stageWidth: number
31 clones: number
32 roles: string[]
33 costEls: number
34 modelEls: number
35 finalVisibleContentRole: string | null
36 finalVisibleContentSelector: string | null
37 finalVisibleContentBottomGap: number | null
38 finalVisibleContentRightGap: number | null
39 finalCloneRightGap: number | null
40 interMessageGap: number | null
41 text: string
42}
43
44interface SeedHistoryOptions {
45 includeAssistantMeta?: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected