Lynx

Home > @lynx-js/genui-a2ui > 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)

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.