Skip to content

ConfigTokenInfo

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

@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
configKey? string Global-config key for kind: "with-config" (e.g. 'button'). packages/analyzer/src/types.ts:498
defaultValues? Record<string, unknown> - packages/analyzer/src/types.ts:487
filePath FilePath - packages/analyzer/src/types.ts:488
interface string - packages/analyzer/src/types.ts:485
kind? "injection-token" | "with-config" Which configuration pattern produced this entry (additive in v4.2): - "injection-token" (default when absent) — new InjectionToken<T>() paired with a config interface + defaults const. - "with-config" — NG-ZORRO-style @WithConfig() decorated inputs falling back to a global config object under configKey. packages/analyzer/src/types.ts:496
properties readonly TypeMember[] - packages/analyzer/src/types.ts:486
token string - packages/analyzer/src/types.ts:484