veams-plugin-vent

1.0.2 • Public • Published

VeamsVent Plugin

The VeamsVent plugin is a global publish and subscribe object. You can use this plugin to communicate between modules independently.

Veams exposes a global event object (Veams.EVENTS) which can be used and extended by this plugin.

The module extends the default EVENTS object of Veams when you pass the option called furtherEvents.

How to

import Veams from 'veams';
import VeamsVent from 'veams/lib/plugins/vent';
import EVENTS from './custom-events';
 
// Intialize core of Veams
Veams.initialize();
 
// Add plugins to the Veams system
Veams.use(VeamsVent, {
    furtherEvents: EVENTS
});

Options

  • furtherEvents {Object} [false] - Add your custom events to the global events object of Veams.

Readme

Keywords

Package Sidebar

Install

npm i veams-plugin-vent

Homepage

veams.org/

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • sebastian-fitzner
  • andy-gutsche