id | title |
---|---|
InstanceLoadedEventArgs |
InstanceLoadedEventArgs |
Kind: class
The arguments for the ReactInstanceSettings.InstanceLoaded
event.
readonly
IReactContext
Context
Gets the IReactContext
for the React instance that finished loading the bundle.
readonly
bool Failed
Returns true
if the JavaScript bundle failed to load.