Lynx

genui / openui / CreateOpenUiLibraryOptions

CreateOpenUiLibraryOptions

Options for creating the default ReactLynx OpenUI component library.

Properties

componentGroups?

optional componentGroups: ComponentGroup[];

Replace or extend the built-in component groups.

Defined in

@lynx-js/genui/openui/src/core/createLibrary.tsx:17


components?

optional components: CoreDefinedComponent<T, ComponentRenderer<infer<T>>>[];

Replace or extend the built-in component set.

Defined in

@lynx-js/genui/openui/src/core/createLibrary.tsx:15


root?

optional root: string;

Override the root component name. Defaults to 'Stack'.

Defined in

@lynx-js/genui/openui/src/core/createLibrary.tsx:13

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.