Lynx

Home > @lynx-js/genui-a2ui > A2UIProps > catalogs

A2UIProps.catalogs property

Components the renderer is allowed to instantiate. Each item is either a bare component (name read from displayName ?? name) or a tuple [component, manifest] where the manifest is the JSON the extractor emits at dist/catalog/<Name>/catalog.json.

Signature:

catalogs: readonly CatalogInput[];
除非另有说明,本项目采用知识共享署名 4.0 国际许可协议进行许可,代码示例采用 Apache License 2.0 许可协议进行许可。