Class: Notification

cercalia.Notification


Create a styled notification. You can specify severity info, warning or critical.<br/< With an optional duration.

new cercalia.Notification(message, opt_severity, opt_duration)

src/cercalia/notification.js, line 18
Name Type Description
message string

Message.

severity string

Severity.

duration number

Duration.

Extends

Methods

display(mapOrElement)

src/cercalia/notification.js, line 57
Name Type Description
mapOrElement cercalia.Map | Element

Map or HTML Element

getClass(){string} inherited

src/cercalia/object.js, line 41
Returns:
Get Class name of object

getElement(){PolymerCercaliaElement.Notification}

src/cercalia/notification.js, line 78
Returns:
HTML Polymer Element

getId(){string} inherited

src/cercalia/object.js, line 33
Returns:
Unique Id.