IInspectorOptions constructor

IInspectorOptions({
  1. bool overlay,
  2. HtmlElement globalRoot,
  3. bool showExplorer,
  4. bool showInspector,
  5. bool embedMode,
  6. bool handleResize,
  7. bool enablePopup,
  8. bool enableClose,
  9. List<IExplorerExtensibilityGroup> explorerExtensibility,
  10. String inspectorURL,
  11. DebugLayerTab initialTab,
})

Implementation

external factory IInspectorOptions({bool overlay, HtmlElement globalRoot, bool showExplorer, bool showInspector, bool embedMode, bool handleResize, bool enablePopup, bool enableClose, List<IExplorerExtensibilityGroup> explorerExtensibility, String inspectorURL, DebugLayerTab initialTab});