This is the dev preview website. Check out the document at 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