FragmentGroupState
Defined in: react/src/useFragments.ts:117
Properties
Section titled “Properties”contextHash
Section titled “contextHash”contextHash:
string
Defined in: react/src/useFragments.ts:120
holding
Section titled “holding”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
Section titled “marked”marked:
boolean
Defined in: react/src/useFragments.ts:119
One useFragments call is one group, one draw, one disclosure.
warmth
Section titled “warmth”warmth:
"cold"|"warming"|"warm"
Defined in: react/src/useFragments.ts:121