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

    CheckLike

    A v0.9 CheckRule is { condition, message } where condition is a boolean, a DataBinding, or a FunctionCall. We accept the loose unknown shape so component props don't have to import the v0_9 types just to pass them through.

    Properties

    condition

    condition: unknown;

    Defined in

    @lynx-js/genui/a2ui/src/react/useChecks.ts:25


    message

    message: string;

    Defined in

    @lynx-js/genui/a2ui/src/react/useChecks.ts:26

    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.