For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /api/genui/a2ui-catalog-extractor/functions/createA2UICatalog.md.
Lynx
  • English
  • genui / a2ui-catalog-extractor / createA2UICatalog

    createA2UICatalog()

    function createA2UICatalog(options: object): A2UICatalog

    Build a full A2UI catalog manifest from component and function artifacts.

    Parameters

    ParameterType
    optionsobject
    options.catalogIdstring
    options.componentsCatalogComponent[] | Record<string, JsonSchema>
    options.functions?FunctionDefinition[]
    options.theme?Record<string, JsonSchema>

    Returns

    A2UICatalog

    Defined in

    @lynx-js/genui/a2ui-catalog-extractor/src/core.ts:462

    Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.