Interface IEventCallbacks
Package: ui-framework
Properties
onError
Declaration
onError: (error?: any) => void
Property Value
| Type | Description |
|---|---|
| (error?: any) => void |
onSuccess
Declaration
onSuccess: (response?: T) => void
Property Value
| Type | Description |
|---|---|
| (response?: T) => void |