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/openui/interfaces/ComponentRenderProps.md.
Lynx
  • English
  • genui / openui / ComponentRenderProps

    ComponentRenderProps<P>

    Props passed to an OpenUI ReactLynx component renderer.

    Extends

    Type Parameters

    Type ParameterDefault type
    PRecord<string, unknown>

    Properties

    onAction()?

    optional onAction: (event: CoreActionEvent) => void;

    Parameters

    ParameterType
    eventCoreActionEvent

    Returns

    void

    Defined in

    @lynx-js/genui/openui/src/core/library.tsx:37

    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.