For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /api/genui/a2ui/interfaces/UserActionPayload.md.
Lynx
  • English
  • 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.