Home > @lynx-js/genui > createA2UICatalogFromManifests
Signature:
export declare function createA2UICatalogFromManifests(options: { catalogId: string; componentManifests: Record<string, JsonSchema>[]; examples?: A2UIExample[]; extraRules?: string[]; functions?: A2UIFunctionSpec[]; label?: string; version?: string; }): A2UICatalog;
Parameter
Type
Description
options
{ catalogId: string; componentManifests: Record<string, JsonSchema>[]; examples?: A2UIExample[]; extraRules?: string[]; functions?: A2UIFunctionSpec[]; label?: string; version?: string; }
Returns:
A2UICatalog