@pouchy_ai/companion-sdk - v0.63.0
    Preparing search index...

    Interface A2UIComponent

    interface A2UIComponent {
        _pouchy?: Record<string, unknown>;
        component: string;
        id: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Standard A2UI property bag (component-specific; see the mapping per type).

    Index
    _pouchy?: Record<string, unknown>

    Pouchy-only reconstruction data for concepts A2UI has no standard for. A2UI renderers ignore it; fromA2UI() uses it to rebuild the exact node.

    component: string

    A2UI component type, e.g. "Text" / "Button" / "Row" / "pouchy/Progress".

    id: string