dynamic-forms / Interface

PageLogicConfig

Logic configuration for page fields. Pages only support the 'hidden' logic type since they are layout containers, not form controls (they can't be readonly, disabled, or required).

Properties

NameTypeDescription
condition
boolean | ConditionalExpression

Condition that determines when this page is hidden. Can be a boolean or a conditional expression evaluated against form values.

type
"hidden"

Only 'hidden' is supported for pages