Skip to content

Visibility

Properties

PropertyTypeDescription
visibleboolean(optional) Control visibility directly by boolean value.
pathDefinedstring(optional) Given data context path must be defined to show children.
pathUndefinedstring(optional) Given data context path must be undefined to show children.
pathTruthystring(optional) Given data context path must be truthy to show children.
pathFalsystring(optional) Given data context path must be falsy to show children.
pathTruestring(optional) Given data context path must be true to show children.
pathFalsestring(optional) Given data context path must be false to show children.
inferDatafunction(optional) Will be called to decide by external logic, and show/hide contents based on the return value.
childrenReact.Node(required) Contents.