Skip to content

ContentSlotInfo

Defined in: packages/analyzer/src/types.ts:461

@cl-mcp/analyzer

Build-time analysis tools for component libraries. Provides AST analysis, metadata generation, template validation, and type definitions.

Property Type Description Defined in
multiple boolean - packages/analyzer/src/types.ts:465
name string - packages/analyzer/src/types.ts:462
required boolean - packages/analyzer/src/types.ts:464
selector? Selector - packages/analyzer/src/types.ts:463
selectorAlternates? readonly string[] When the select attribute is compound (e.g. select="[foo], [bar]"), the primary selector holds the original string and selectorAlternates holds the comma-split, trimmed parts. Undefined for simple selectors. Populated only by the AST-based parser (Commit 2 migration). packages/analyzer/src/types.ts:472