@kmaslesa/events
v1.0.0
Published
Record user events in the application.
Downloads
1
Readme
Events
Record user events in the application.
Introduction
This package records all browser events and appends them into a file collected-events.txt
inside the .logicflow
directory of the workspace.
Configuration options
Configuration options can be specified using the logicflow.json
configuration file, under the field events
.
The Events part of the logicflow.json
file has the following format:
{
"events": {
"active": true
}
}
Options:
active: boolean
(default: true) - Whether the Events module is active or not.
Standalone build
Additionally, to the standard build, the events listener snippet is build as standalone JavaScript in the dist-standalone
directory. This
snippet can then be integrated and activated into other applications manually.
License
Copyright (C) 2018, LogicFlow AG, All rights reserved.