MessageBarProps
3p-core / MessageBarProps
Interface: MessageBarProps
Props accepted by MessageBar.
Properties
Property | Type | Description |
---|---|---|
buttonProps? | object | Optional configuration for a trailing ActionButton |
buttonProps.icon? | string | Name of a Fluent UI icon (e.g. 'Undo' ). |
buttonProps.label | string | Button label text. |
buttonProps.onClick | () => void | Click handler invoked when the button is pressed. |
type? | MessageBarType | Visual style of the bar. Defaults to 'info' . |