public interface ReactInstanceDevCommandsHandler
DevSupportManager
for requesting React instance recreation
based on the option that user select in developers menu.Modifier and Type | Method and Description |
---|---|
void |
onJSBundleLoadedFromServer()
Notify react instance manager about new JS bundle version downloaded from the server.
|
void |
onReloadWithJSDebugger(JavaJSExecutor.Factory proxyExecutorFactory)
Request react instance recreation with JS debugging enabled.
|
void |
toggleElementInspector()
Request to toggle the react element inspector.
|
void onReloadWithJSDebugger(JavaJSExecutor.Factory proxyExecutorFactory)
void onJSBundleLoadedFromServer()
void toggleElementInspector()