Namespace: zombie

zombie/zombie~ zombie

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:
NameTypeAttributesDescription
datastring <repeatable>
Source:
Returns:
number of bytes written
Type
number

(static) showNotification(text)

Show a notification to the user
Parameters:
NameTypeDescription
textstring
Source: