Skip to main content

InstanceLoadedEventArgs

Kind: class

The arguments for the ReactInstanceSettings.InstanceLoaded event.

Properties

Context

readonly IReactContext Context

Gets the IReactContext for the React instance that finished loading the bundle.

Failed

readonly bool Failed

Returns true if the JavaScript bundle failed to load.

RuntimeHandle

readonly Object RuntimeHandle

Provides access to the jsi::Runtime for synchronous access using GetOrCreateContextRuntime

Referenced by