Skip to content

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

PropertyTypeDescriptionDefined in
componentunknownReact component (or other framework component)packages/play-xstate/src/catalog/types.ts:13
schemaZodType<unknown>Zod schema for component propspackages/play-xstate/src/catalog/types.ts:11