Skip to main content

JsiValueKind

Kind: enum

EXPERIMENTAL

An experimental API. Do not use it directly. It may be removed or changed in a future version. Instead, use the JSI API that uses this API internally. See the ExecuteJsi method in JsiApiContext.h of the Microsoft.ReactNative.Cxx shared project, or the examples of the JSI-based TurboModules in the Microsoft.ReactNative.IntegrationTests project. Note that the JSI is defined only for C++ code. We plan to add the .Net support in future.

NameValueDescription
Undefined0x0
Null0x1
Boolean0x2
Number0x3
Symbol0x4
BigInt0x5
String0x6
Object0x7

Referenced by