这是开发预览网站。请访问正式文档 lynxjs.org

Home > @lynx-js/genui > CheckLike

CheckLike interface

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.

Signature:

export interface CheckLike 

Properties

Property

Modifiers

Type

Description

condition

unknown

message

string