Hierarchy

  • MessageBarProps

Properties

onClose?: (() => void)

Type declaration

    • (): void
    • If set, renders a close icon that will emit this callback. default: (undefined)

      Returns void

onRetry?: (() => void)

Type declaration

    • (): void
    • If set, renders a retry icon that will emit this callback. default: (undefined)

      Returns void

title: ReactNode

Context to convey

type?: "error" | "info" | "warning"

Message type. default: ('error')

Generated using TypeDoc