Lynx

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

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.