Namespace Monk.event.chunk
Defined in: event.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
Monk.event.chunk.ChunkBibRetrieved(object)
The (rendered) bibliographic of a chunk has been retrieved.
|
| <static> |
Monk.event.chunk.ChunkHeaderRetrieved(object)
The (rendered) Header of a chunk has been retrieved.
|
| <static> |
Monk.event.chunk.ChunkTOCRetrieved(object)
The (rendered) TOC of a chunk has been retrieved.
|
| <static> |
Monk.event.chunk.retrieveChunkMetadata(object)
The (rendered) metadata of a chunk has been retrieved.
|
Method Detail
<static>
Monk.event.chunk.ChunkBibRetrieved(object)
The (rendered) bibliographic of a chunk has been retrieved.
The following are recognized properties (but the full
class hierarchy should be examined):
- uri: the URI to retrieve the chunk contents
- label: a short descriptive summary of the event suitable for users to see
- component: the source Workbench.component.Component for the event.
- Parameters:
- {Object} object
- A literal with properties for this event
- Since:
- 0.1
<static>
Monk.event.chunk.ChunkHeaderRetrieved(object)
The (rendered) Header of a chunk has been retrieved.
The following are recognized properties (but the full
class hierarchy should be examined):
- uri: the URI to retrieve the chunk contents
- label: a short descriptive summary of the event suitable for users to see
- component: the source Workbench.component.Component for the event.
- Parameters:
- {Object} object
- A literal with properties for this event
- Since:
- 1.3M3
<static>
Monk.event.chunk.ChunkTOCRetrieved(object)
The (rendered) TOC of a chunk has been retrieved.
The following are recognized properties (but the full
class hierarchy should be examined):
- uri: the URI to retrieve the chunk contents
- label: a short descriptive summary of the event suitable for users to see
- component: the source Workbench.component.Component for the event.
- Parameters:
- {Object} object
- A literal with properties for this event
- Since:
- 0.1
<static>
Monk.event.chunk.retrieveChunkMetadata(object)
The (rendered) metadata of a chunk has been retrieved.
The following are recognized properties (but the full
class hierarchy should be examined):
- uri: the URI to retrieve the chunk contents
- label: a short descriptive summary of the event suitable for users to see
- component: the source Workbench.component.Component for the event.
- Parameters:
- {Object} object
- A literal with properties for this event
- Since:
- 0.1