Interface: CatalogEntry
Documentation / @xmachines/play-xstate / CatalogEntry
Defined in: packages/play-xstate/src/catalog/types.ts:9
UI component catalog entry with schema and component reference
Per CONTEXT.md: String keys reference components, Zod schemas validate props
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
component | unknown | React component (or other framework component) | packages/play-xstate/src/catalog/types.ts:13 |
schema | ZodType<unknown> | Zod schema for component props | packages/play-xstate/src/catalog/types.ts:11 |