Optional
displayOptional
hostHost to run local server on. Defaults to 'localhost'.
Optional
htmlExtra custom HTML to inject into the panel after the categories (e.g. for custom footer).
Optional
htmlExtra custom HTML to inject into the panel before the categories (e.g. for custom header).
Port to run local server on. Defaults to 0 (random available port).
Optional
stayWhether to keep the listening server open after the window/browser is closed. Defaults to false.
Optional
styleCustom CSS to inject into the panel.
Optional
titleOptional title for the panel.
How to display the panel.
webview
(default) uses an embedded webview window,browser
opens the default system browser,none
does not open any window. The server URL must be opened manually.