Lynx

genui / a2ui / ResourceInfo

ResourceInfo

Payload carried by renderer resources when a surface or component changes.

Properties

component?

optional component: any;

Defined in

@lynx-js/genui/a2ui/src/store/types.ts:52


surface

surface: Surface;

Defined in

@lynx-js/genui/a2ui/src/store/types.ts:51


surfaceId

surfaceId: string;

Defined in

@lynx-js/genui/a2ui/src/store/types.ts:50


type

type: "beginRendering" | "surfaceUpdate" | "deleteSurface";

Internal event type emitted by the processor.

Defined in

@lynx-js/genui/a2ui/src/store/types.ts:49

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.