Theia API Documentation v1.71.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/event
EmitterOptions
Interface EmitterOptions
interface
EmitterOptions
{
errorHandling
?:
ErrorHandlingStrategy
;
onFirstListenerAdd
?:
Function
;
onLastListenerRemove
?:
Function
;
}
Index
Properties
error
Handling?
on
First
Listener
Add?
on
Last
Listener
Remove?
Properties
Optional
error
Handling
errorHandling
?:
ErrorHandlingStrategy
How errors thrown by event listeners are handled during
Emitter.fire
.
Optional
on
First
Listener
Add
onFirstListenerAdd
?:
Function
Optional
on
Last
Listener
Remove
onLastListenerRemove
?:
Function
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
Handling
on
First
Listener
Add
on
Last
Listener
Remove
Eclipse Theia Website
GitHub
Theia API Documentation v1.71.0
Loading...
How errors thrown by event listeners are handled during Emitter.fire.