Interface: ResourceStatusIndicatorProps
Options shared by ResourceStatusIndicator and useResourceStatusToaster.
Extends
Section titled “Extends”ResourceStatusToasterOptions.Omit<ToasterProps,"className">
Properties
Section titled “Properties”className?
Section titled “className?”
optionalclassName?:string
Class name applied to the Toaster wrapper.
closeButton?
Section titled “closeButton?”
optionalcloseButton?:boolean
Inherited from
Section titled “Inherited from”Omit.closeButton
containerAriaLabel?
Section titled “containerAriaLabel?”
optionalcontainerAriaLabel?:string
Inherited from
Section titled “Inherited from”Omit.containerAriaLabel
optionaldir?:"auto"|"ltr"|"rtl"
Inherited from
Section titled “Inherited from”Omit.dir
duration?
Section titled “duration?”
optionalduration?:number
Inherited from
Section titled “Inherited from”Omit.duration
expand?
Section titled “expand?”
optionalexpand?:boolean
Inherited from
Section titled “Inherited from”Omit.expand
optionalgap?:number
Inherited from
Section titled “Inherited from”Omit.gap
hotkey?
Section titled “hotkey?”
optionalhotkey?:string[]
Inherited from
Section titled “Inherited from”Omit.hotkey
icons?
Section titled “icons?”
optionalicons?:ToastIcons
Inherited from
Section titled “Inherited from”Omit.icons
optionalid?:string
Inherited from
Section titled “Inherited from”Omit.id
invert?
Section titled “invert?”
optionalinvert?:boolean
Inherited from
Section titled “Inherited from”Omit.invert
optionalkind?:string
Restrict to a single resource kind. Otherwise shows the worst across all kinds.
Inherited from
Section titled “Inherited from”ResourceStatusToasterOptions.kind
mobileOffset?
Section titled “mobileOffset?”
optionalmobileOffset?:Offset
Inherited from
Section titled “Inherited from”Omit.mobileOffset
offset?
Section titled “offset?”
optionaloffset?:Offset
Inherited from
Section titled “Inherited from”Omit.offset
position?
Section titled “position?”
optionalposition?:Position
Inherited from
Section titled “Inherited from”Omit.position
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
Inherited from
Section titled “Inherited from”ResourceStatusToasterOptions.render
renderers?
Section titled “renderers?”
optionalrenderers?:Record<string,ResourceKindRenderer>
Per-kind copy + icon overrides.
Inherited from
Section titled “Inherited from”ResourceStatusToasterOptions.renderers
richColors?
Section titled “richColors?”
optionalrichColors?:boolean
Inherited from
Section titled “Inherited from”Omit.richColors
style?
Section titled “style?”
optionalstyle?:CSSProperties
Inherited from
Section titled “Inherited from”Omit.style
swipeDirections?
Section titled “swipeDirections?”
optionalswipeDirections?:SwipeDirection[]
Inherited from
Section titled “Inherited from”Omit.swipeDirections
theme?
Section titled “theme?”
optionaltheme?:"light"|"dark"|"system"
Inherited from
Section titled “Inherited from”Omit.theme
toastClassName?
Section titled “toastClassName?”
optionaltoastClassName?:string
Class name applied to the toast (not the Toaster wrapper).
Inherited from
Section titled “Inherited from”ResourceStatusToasterOptions.toastClassName
toastOptions?
Section titled “toastOptions?”
optionaltoastOptions?:ToastOptions
Inherited from
Section titled “Inherited from”Omit.toastOptions
visibleToasts?
Section titled “visibleToasts?”
optionalvisibleToasts?:number
Inherited from
Section titled “Inherited from”Omit.visibleToasts