Class Biojs.Event
Defined in: Biojs.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Biojs.Event(type, data, source)
|
| Field Attributes | Field Name and Description |
|---|---|
|
The component which did triggered the event.
|
|
|
The name of the event.
|
Class Detail
Biojs.Event(type, data, source)
- Parameters:
- {string} type
- The name of the event.
- {Object} data
- An object containing the data for copying it in this event.
- {Biojs} source
- The component source of the event.
Field Detail
source
The component which did triggered the event.
type
The name of the event.