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-prompt/interfaces/A2UIComponentSpec.md.
Lynx
  • English
  • genui / a2ui-prompt / A2UIComponentSpec

    A2UIComponentSpec

    Prompt-facing component specification derived from a catalog manifest.

    Properties

    containerShape?

    optional containerShape: 
      | "children"
      | "child"
      | "tabs"
      | "trigger-content"
      | "none";

    Defined in

    @lynx-js/genui/server/agent/a2ui-catalog.ts:32


    name

    name: string;

    Defined in

    @lynx-js/genui/server/agent/a2ui-catalog.ts:28


    props

    props: A2UIComponentProp[];

    Defined in

    @lynx-js/genui/server/agent/a2ui-catalog.ts:30


    requiresAction?

    optional requiresAction: boolean;

    Defined in

    @lynx-js/genui/server/agent/a2ui-catalog.ts:31


    summary

    summary: string;

    Defined in

    @lynx-js/genui/server/agent/a2ui-catalog.ts:29

    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.