Methods
(static) self.alert(message) → {Object}
Create alert notification
Parameters:
Name | Type | Description |
---|---|---|
message |
string | appear message |
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 |
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 |
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 |
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 |
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 |
Throws:
-
for invalid argument exception
- Type
- Error
Returns:
appear module
- Type
- Object