JSCallResultType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the type of result expected from a JS interop call.
public enum class JSCallResultType
public enum JSCallResultType
type JSCallResultType =
Public Enum JSCallResultType
- Inheritance
-
JSCallResultType
Fields
Default | 0 | Indicates that the returned value is not treated in a special way. |
JSObjectReference | 1 | Indicates that the returned value is to be treated as a JS object reference. |
JSStreamReference | 2 | Indicates that the returned value is to be treated as a JS data reference. |
JSVoidResult | 3 | Indicates a void result type. |