Lynx

genui / a2ui / UserActionPayload

UserActionPayload

Normalized user action forwarded from rendered catalog components to the host application.

属性

context

context: Record<string, unknown>;

定义于

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


name

name: string;

定义于

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


sourceComponentId

sourceComponentId: string;

定义于

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


surfaceId

surfaceId: string;

定义于

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


timestamp

timestamp: string;

定义于

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

除非另有说明,本项目采用知识共享署名 4.0 国际许可协议进行许可,代码示例采用 Apache License 2.0 许可协议进行许可。