ExperienceState
Properties
Section titled “Properties”error:
unknown
refresh
Section titled “refresh”refresh: () =>
void
Re-resolves the current inputs, bypassing the cache.
Returns
Section titled “Returns”void
result
Section titled “result”result:
ExperienceResult|undefined
The latest result — under keepPrevious, still the previous one while status is loading.
stale:
boolean
true when result came from the client’s persisted stale-while-revalidate cache and hasn’t
yet been confirmed by a real resolve. false whenever persistence is off or not configured —
this is not a “might be out of date” flag in the general sense. Clears the moment the first real
resolve of this mount settles (success or error).
status
Section titled “status”status:
ExperienceStatus