IInspectorOptions constructor
IInspectorOptions({
- bool overlay,
- HtmlElement globalRoot,
- bool showExplorer,
- bool showInspector,
- bool embedMode,
- bool handleResize,
- bool enablePopup,
- bool enableClose,
- List<
IExplorerExtensibilityGroup> explorerExtensibility, - String inspectorURL,
- 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});