Namespace: appear

appear

Source:

Methods

(static) self.alert(message) → {Object}

Create alert notification
Parameters:
Name Type Description
message string appear message
Source:
Throws:
for invalid argument exception
Type
Error
Returns:
appear module
Type
Object

(static) self.critical(message) → {Object}

Create critical notification
Parameters:
Name Type Description
message string appear message
Source:
Throws:
for invalid argument exception
Type
Error
Returns:
appear module
Type
Object

(static) self.emergency(message) → {Object}

Create emergency notification
Parameters:
Name Type Description
message String appear to display
Source:
Throws:
for invalid argument exception
Type
Error
Returns:
appear module
Type
Object

(static) self.error(message) → {Object}

Create error notification
Parameters:
Name Type Description
message string appear message
Source:
Throws:
for invalid argument exception
Type
Error
Returns:
appear module
Type
Object

(static) self.init(root) → {Object}

Init appear
Parameters:
Name Type Description
root Object with a root.document
Source:
Throws:
for invalid argument exception
Type
Error
Returns:
appear module
Type
Object

(static) self.warning(message) → {Object}

Create warning notification
Parameters:
Name Type Description
message string appear message
Source:
Throws:
for invalid argument exception
Type
Error
Returns:
appear module
Type
Object