ResolutionState
ResolutionState<
TContent> = {refresh: (context?) =>void;status:"ready";value:RenderableComponentValue<TContent>; } | {status:"loading"; } | {error?:unknown;reason:FallbackReason;status:"fallback"; }
Type Parameters
Section titled “Type Parameters”TContent
Section titled “TContent”TContent = ContentDocument