Condition
ts
type Condition = object;Defined in: components/conditional.tsx:31
Defines a single conditional branch with its associated children.
Since
1.0.0
Properties
children
ts
children: DynamicElementProps[];Defined in: components/conditional.tsx:36
Elements to render if the condition is truthy
condition
ts
condition: ConditionValue;Defined in: components/conditional.tsx:33
Expression that will be evaluated