OptionalcontainerData to monitor.
WebGLRenderer to monitor.
Scene to monitor.
OptionalstoragelocalStorage key for persisting drag position + closed
state. Defaults to "xkt-issues-panel".
OptionalstudioOptional Studio.events hub to monitor. When supplied, the
panel adds a fifth "studio" section that surfaces every
studio.reportError / studio.reportWarning dispatch
alongside the four subsystem channels. Omit when constructing
the panel headlessly (without a Studio in front).
The Viewer whose attached components (Scene, Data, Viewer, WebGLRenderer) this panel monitors. Doubles as the WeakMap key for IssuesPanel.openFor idempotence — one Issues panel per Viewer.
OptionalvisibleShow on construction (default false — the panel only
pops itself open once an error actually fires).
DOM container; defaults to
document.body.