Skip to content

FragmentGroupState

Defined in: react/src/useFragments.ts:117

contextHash: string

Defined in: react/src/useFragments.ts:120


holding: boolean

Defined in: react/src/useFragments.ts:133

The canvas is held right now: the request is in flight and the budget has not run out. Every field’s text is "" while this is true.

Reported so the choice of what to show is yours — FragmentText renders the fallback invisibly so its space is reserved (LAYOUT-DOCTRINE.md), a custom renderer gets the blank the fields carry and may draw its own placeholder. The floor is unchanged either way: when the budget expires your fallback paints, so this never stays true, and a placeholder you draw here is yours to remove rather than something the SDK yanks.


marked: boolean

Defined in: react/src/useFragments.ts:119

One useFragments call is one group, one draw, one disclosure.


warmth: "cold" | "warming" | "warm"

Defined in: react/src/useFragments.ts:121