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.