Home > @lynx-js/genui > CreateOpenUiLibraryOptions
Signature:
export interface CreateOpenUiLibraryOptions
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'.
'Stack'