Skip to content

StoryEntry

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/parser-core/src/storybook/types.ts

Individual story entry

Properties

PropertyType
idstring
namestring
exportNamestring
parametersRecord<string, unknown>
argsRecord<string, unknown>
argTypesRecord<string, ArgType>
locStartnumber
locEndnumber
meta`{
/** Custom story name */
storyName?: string;
/** Width hint */
width?: number;
/** Height hint */
height?: number;
/** Additional metadata */
[key: string]: unknown;

}| |render|string` |

Was this page helpful?

Download as PDF