DiddleEngine

DiddleEngine

diddle.js Engine

Constructor

new DiddleEngine(diddleconfig, debug)

Properties:
Name Type Description
startTimestamp number

startTimestamp The UNIX Timecode of when the DiddleEngine was invoked (ms)

directory string

Base directory of where diddlejs was ran from.

pacman PackageManager
Source:
Parameters:
Name Type Description
diddleconfig ConfigurationManager.config

User configuration, gets merged with engine/diddle.config.default.json to make sure that the required values are populated.

debug bool

Whether to enable debug logging

Members