ConsumerBase
Base class for consumers of the output from the exporters.
Configs
4
Configs
4Common
listenersEvents
Other
Properties
3
Properties
3Functions
14
Functions
14Accepts generated page from the exporter. Although declared async, exporter will not wait for consumer to resolve this promise and will keep generating pages.
| Parameter | Type | Description |
|---|---|---|
page | Object | |
page.html | String | |
config | Object | Current export configuration |
Returns: void
Interface for collecting results in an asynchronous manner.
| Parameter | Type | Description |
|---|---|---|
config | Object | Export configuration object |
Returns: Promise
Initiates consumer operation. Exporter will wait for consumer to be ready.
| Parameter | Type | Description |
|---|---|---|
config | Object | Export configuration object |
Returns: Promise -
A promise that resolves when the start process completes.
addListenerEvents
hasListenerEvents
onEvents
relayAllEvents
removeAllListenersEvents
removeListenerEvents
resumeEventsEvents
suspendEventsEvents
triggerEvents
unEvents
Events
3
Events
3Event handlers
3
Event handlers
3Typedefs
1
Typedefs
1BryntumListenerConfigEvents