Lynx

genui / openui / CreateOpenUiLibraryOptions

CreateOpenUiLibraryOptions

Options for creating the default ReactLynx OpenUI component library.

属性

componentGroups?

optional componentGroups: ComponentGroup[];

Replace or extend the built-in component groups.

定义于

@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.

定义于

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


root?

optional root: string;

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

定义于

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

除非另有说明,本项目采用知识共享署名 4.0 国际许可协议进行许可,代码示例采用 Apache License 2.0 许可协议进行许可。