For AI agents: the complete documentation index is available at /zh/llms.txt, the full documentation bundle is available at /zh/llms-full.txt, and this page is available as Markdown at /zh/api/genui/a2ui/interfaces/CheckLike.md.
Lynx
  • 简体中文
  • 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.

    属性

    condition

    condition: unknown;

    定义于

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


    message

    message: string;

    定义于

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

    除非另有说明,本项目采用知识共享署名 4.0 国际许可协议进行许可,代码示例采用 Apache License 2.0 许可协议进行许可。