- Source:
Example
const {zombie} = require('zombie/zombie');
zombie.showNotification('Version: ' + zombie.version);
Members
(static) applicationName :string
The name of the application
Type:
- string
- Source:
(static) applicationVersion :string
The version of the application
Type:
- string
- Source:
(static) productName :string
The name of this addon
Type:
- string
- Source:
(static) version :string
The version of the addon
Type:
- string
- Source:
Methods
(static) print(…data) → {number}
Print a string to STDOUT
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
data |
string |
<repeatable> |
- Source:
Returns:
number of bytes written
- Type
- number
(static) showNotification(text)
Show a notification to the user
Parameters:
Name | Type | Description |
---|---|---|
text |
string |
- Source: