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

Home > @lynx-js/genui > Surface

Surface interface

Signature:

export interface Surface 

Properties

Property

Modifiers

Type

Description

catalogId?

string

(Optional)

components

Map<string, ComponentInstance>

resources

Map<string, Resource>

rootComponentId?

string | null

(Optional) id of the root component for this surface (must be 'root').

sendDataModel?

boolean | undefined

(Optional)

store

SignalStore

surfaceId

SurfaceId

theme?

Readonly<Record<string, unknown>>

(Optional)