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

    GenericComponentProps

    Common runtime props passed to every catalog component by the renderer.

    Indexable

    [key: string]: unknown

    Properties

    dataContextPath?

    optional dataContextPath: string;

    Defined in

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


    id?

    optional id: string;

    Defined in

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


    sendAction()?

    optional sendAction: (action: Record<string, unknown>) => void;

    Parameters

    ParameterType
    actionRecord<string, unknown>

    Returns

    void

    Defined in

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


    setValue()?

    optional setValue: (key: string, value: unknown) => void;

    Parameters

    ParameterType
    keystring
    valueunknown

    Returns

    void

    Defined in

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


    surface

    surface: Surface;

    Defined in

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

    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.