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

    A2UIComponentProp

    Prompt-facing description of a single A2UI component prop.

    Properties

    description?

    optional description: string;

    Defined in

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


    enums?

    optional enums: readonly string[];

    Defined in

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


    name

    name: string;

    Defined in

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


    required?

    optional required: boolean;

    Defined in

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


    schema?

    optional schema: JsonSchema;

    Defined in

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


    type

    type: string;

    Defined in

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

    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.