ViewPlacement
interfaceImport
import { ViewPlacement } from '@modular/sdk';Members5
- containeroptional
'anywhere' | 'left' | 'right' | 'bottom'- iconoptional
stringThe view's nav icon — shown on its activity-bar / panel entry. A design system icon name (the icon's export name), e.g. `'IconSparkle2Outline24'`, `'IconStarOutline24'`, or a codicon like `'CodiconAccount'`. Rendered monochrome, tinted to the active foreground — distinct from the mod's full-color `metadata.icon`. Omit and the view falls back to a placeholder.
- id
string- title
string- whenoptional
Condition<string>