Interface: StatusSubscriptionHealth
Defined in: src/hooks/useStatusSubscriptionHealth.ts:25
Derived subscription health information consumed by UI components.
Propertiesโ
descriptionโ
readonlydescription:string
Defined in: src/hooks/useStatusSubscriptionHealth.ts:27
Additional description for tooltips or secondary text.
errorsโ
readonlyerrors: readonlystring[]
Defined in: src/hooks/useStatusSubscriptionHealth.ts:29
Distilled list of diagnostic errors for display.
isHealthyโ
readonlyisHealthy:boolean
Defined in: src/hooks/useStatusSubscriptionHealth.ts:31
Whether the subscription is considered healthy.
labelโ
readonlylabel:string
Defined in: src/hooks/useStatusSubscriptionHealth.ts:33
Localized label summarizing the current health.
listenersProgressโ
readonlylistenersProgress:string
Defined in: src/hooks/useStatusSubscriptionHealth.ts:35
Compact representation of listener attachment progress.
needsAttentionโ
readonlyneedsAttention:boolean
Defined in: src/hooks/useStatusSubscriptionHealth.ts:37
Whether the subscription requires user attention.
statusโ
readonlystatus:StatusSubscriptionHealthState
Defined in: src/hooks/useStatusSubscriptionHealth.ts:39
Presentational status token for styling.
summaryโ
readonlysummary:StatusUpdateSubscriptionSummary|undefined
Defined in: src/hooks/useStatusSubscriptionHealth.ts:41
Latest subscription diagnostics, if any.