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

Home > @lynx-js/genui > CreateOpenUiLibraryOptions

CreateOpenUiLibraryOptions interface

Signature:

export interface CreateOpenUiLibraryOptions 

Properties

Property

Modifiers

Type

Description

componentGroups?

ComponentGroup[]

(Optional) Replace or extend the built-in component groups.

components?

DefinedComponent<any>[]

(Optional) Replace or extend the built-in component set.

root?

string

(Optional) Override the root component name. Defaults to 'Stack'.