Lynx

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/index.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.