Interfaces
TraceErrorHandler
TraceErrorHandler
interfaceTraceErrorHandler {
handlerError(error:Error):any;
}
An interface used to for handling trace error
Summary β
Methods
Methods β
handlerError β
defined in @nativescript/core/trace/index.d.ts:20:1
Parameter Default Description
error
Error
Returns any
- Previous
- TouchGestureEventData
- Next
- TraceEventListener
On this page