Class Monk.component.HistoryBrowserComponent
Extends
Workbench.component.Component.
Monk.component.HistoryBrowserComponent
Defined in: history-browser.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
A Worbench.component.Component for browing a history of events.
|
| Field Attributes | Field Name and Description |
|---|---|
|
Stores events locally
|
| Method Attributes | Method Name and Description |
|---|---|
|
getEventsItems(typesOfEvent)
Gets a list of events
|
|
|
handle(monkEvent, data)
|
Class Detail
Monk.component.HistoryBrowserComponent(args)
A Worbench.component.Component for browing a history of events.
Author: Stéfan Sinclair.
Author: Stéfan Sinclair.
- Parameters:
- args
- Since:
- Monk 0.1
Field Detail
events
Stores events locally
Method Detail
getEventsItems(typesOfEvent)
Gets a list of events
- Parameters:
- {Object} typesOfEvent
- The types of events to display
handle(monkEvent, data)
- Parameters:
- monkEvent
- data