Struct Promise.ResolveHandler
Represents a handler invoked when the promise is resolved.
Namespace: RSG
Syntax
public struct ResolveHandler
Fields
callback
Callback fn.
Declaration
public Action callback
Field Value
| Type | Description |
|---|---|
| System.Action |
rejectable
The promise that is rejected when there is an error while invoking the handler.
Declaration
public IRejectable rejectable
Field Value
| Type | Description |
|---|---|
| IRejectable |