Lynx

genui / a2ui / UserActionPayload

UserActionPayload

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

Properties

context

context: Record<string, unknown>;

Defined in

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


name

name: string;

Defined in

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


sourceComponentId

sourceComponentId: string;

Defined in

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


surfaceId

surfaceId: string;

Defined in

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


timestamp

timestamp: string;

Defined in

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

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.