DEFAULT_MEGANE_VIEWER_UI
megane-viewer / DEFAULT_MEGANE_VIEWER_UI
Variable: DEFAULT_MEGANE_VIEWER_UI
constDEFAULT_MEGANE_VIEWER_UI:Readonly<MeganeViewerUiOptions>
Defined in: components/MeganeViewer.tsx:97
Every tool visible — the layout all bundled hosts ship today.
Frozen because it is public API and is read on every render as the fallback
for each unset ui key: a consumer mutating it (easy to do by accident given
the { ...DEFAULT_MEGANE_VIEWER_UI, pipelineEditor: false } idiom) would
otherwise change the default for every viewer in the process, including ones
that pass no ui prop at all.