Data Object
The first argument of displat method is data object.
Example:
Property
Type
Description
status
String
Status of component. Default presets: 'error', 'warning', 'info', 'success'
title
String
Title of your message
message
String
Text of your message
time
Number
icon
String
A URL for icon or image to display
clickable
Boolean
Allows to control whether the user can remove message by click on it or not
blockClass
String
Сustom class name for flashMessage block
wrapperClass
String
Custom class name for wrapper block
iconClass
String
Custom class name for icon block
contentClass
String
Custom class name for content block
position
String
In case, when you want to set up custom "fixed" position relative to viewport, you can pass string 'left/right-top/bottom'. Available positions: 'top left', 'top right', 'bottom left', 'bottom right'.
x
Number
Amount of pixels to position your message relating to the 'X' axis
y
Number
Amount of pixels to position your message relating to the 'Y' axis
html
String
You can pass a string with raw html to render inside flash message block
componentName
String
Register your vue component globally and pass in componentName property of data object to display it inside flash message block
Last updated