Skip to content

Interface: ResourceStatusToasterOptions

Options shared by ResourceStatusIndicator and useResourceStatusToaster.

optional kind?: string

Restrict to a single resource kind. Otherwise shows the worst across all kinds.


optional render?: (aggregate) => ReactNode

Full custom render override, rendered inside toast.custom.

AggregatedResourceStatus

ReactNode


optional renderers?: Record<string, ResourceKindRenderer>

Per-kind copy + icon overrides.


optional toastClassName?: string

Class name applied to the toast (not the Toaster wrapper).