Lynx

Home > @lynx-js/genui-a2ui > registerBasicFunctions

registerBasicFunctions() function

Manual escape hatch for consumers who build their own renderer and don't go through defineCatalog. Registers every adapted basic-catalog impl into the shared functionRegistry. Calling more than once is harmless — later registrations override earlier ones, which is the intended override path.

Signature:

export declare function registerBasicFunctions(): void;

Returns:

void

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.