JSCallResultType Enum

Definition

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.

Applies to