Lynx

Home > @lynx-js/genui-a2ui > FunctionCallContext

FunctionCallContext interface

Runtime context passed to client-side function implementations. It mirrors the small DataContext subset used by upstream A2UI basic functions while staying tied to this renderer's MessageProcessor + SignalStore.

Signature:

export interface FunctionCallContext

Properties

Property

Modifiers

Type

Description

dataContextPath?

string | undefined

(Optional)

processor

MessageProcessor

surfaceId

string

Methods

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.