Home > @lynx-js/genui > Surface
Signature:
export interface Surface
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
store
SignalStore
surfaceId
SurfaceId
theme?
Readonly<Record<string, unknown>>