Home > @lynx-js/genui > createA2UICatalog
Signature:
export declare function createA2UICatalog(options: { catalogId: string; components: CatalogComponent[] | Record<string, JsonSchema>; functions?: FunctionDefinition[]; theme?: Record<string, JsonSchema>; }): A2UICatalog;
Parameter
Type
Description
options
{ catalogId: string; components: CatalogComponent[] | Record<string, JsonSchema>; functions?: FunctionDefinition[]; theme?: Record<string, JsonSchema>; }
Returns:
A2UICatalog