Skip to content

StorybookExample

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

validated was removed in v4.0 — derive from a separate validation pass.

Property Type Description Defined in
args Record<string, unknown> - packages/analyzer/src/types.ts:512
argTypes? Record<string, { options?: readonly string[]; }> - packages/analyzer/src/types.ts:513
filePath FilePath - packages/analyzer/src/types.ts:510
storyName string - packages/analyzer/src/types.ts:509
template string - packages/analyzer/src/types.ts:511
usedComponentRefs? readonly { kind: "element" | "attribute"; selector: string; }[] Structured references to components/directives used in the template. New in schema v4.1 (additive). selector is the raw token as it appears in the template (e.g. mat-button or matTooltip); kind distinguishes element tags from attribute-directive tokens. packages/analyzer/src/types.ts:521
usedComponents readonly string[] - packages/analyzer/src/types.ts:514