OpenVeo server API for plugins

API Docs for: 7.0.0
Show:

AdvancedEvent

Summary

Defines an AdvancedEvent to work with an AdvancedEmitter.

It duplicates the name argument to have twice the event's name as first and second arguments.

Constructor

AdvancedEvent

Syntax

AdvancedEvent

(
  • name
  • [args]
)

Summary

Parameters:

  • name String

    The event's name

  • [args] Mixed optional multiple

    Any number of arguments

Item Index

Properties

Properties

arguments

Syntax

arguments

Object final

Summary

The list of event's arguments.