Function
onError
(action: (err: Error) => void): voidRegister a custom error handler. Can be used to draw a custom error screen.
param
action- The function to run when the event is triggered.
returns
The event controller.
since
v3000.0
group
Events