ComponentView
interfaceImport
import { ComponentView } from '@modular/sdk';Members8
- component
ViewComponentReference- 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- kind
'component'- persistentoptional
boolean- title
string- whenoptional
Condition<string>