这是开发预览网站。请访问正式文档 lynxjs.org

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