Skip to main content
Version: 2.1.4

MessageBarProps

3p-core v2.1.4


3p-core / MessageBarProps

Interface: MessageBarProps

Props accepted by MessageBar.

Properties

PropertyTypeDescription
buttonProps?objectOptional configuration for a trailing ActionButton
buttonProps.icon?stringName of a Fluent UI icon (e.g. 'Undo').
buttonProps.labelstringButton label text.
buttonProps.onClick() => voidClick handler invoked when the button is pressed.
type?MessageBarTypeVisual style of the bar. Defaults to 'info'.