Interface: ResourceStatusToasterOptions
Options shared by ResourceStatusIndicator and useResourceStatusToaster.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”
optionalkind?:string
Restrict to a single resource kind. Otherwise shows the worst across all kinds.
render?
Section titled “render?”
optionalrender?: (aggregate) =>ReactNode
Full custom render override, rendered inside toast.custom.
Parameters
Section titled “Parameters”aggregate
Section titled “aggregate”Returns
Section titled “Returns”ReactNode
renderers?
Section titled “renderers?”
optionalrenderers?:Record<string,ResourceKindRenderer>
Per-kind copy + icon overrides.
toastClassName?
Section titled “toastClassName?”
optionaltoastClassName?:string
Class name applied to the toast (not the Toaster wrapper).