This is the dev preview website. Check out the document at lynxjs.org

Home > @lynx-js/genui > 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