visible | boolean | (optional) Control visibility directly by boolean value. |
pathDefined | string | (optional) Given data context path must be defined to show children. |
pathUndefined | string | (optional) Given data context path must be undefined to show children. |
pathTruthy | string | (optional) Given data context path must be truthy to show children. |
pathFalsy | string | (optional) Given data context path must be falsy to show children. |
pathTrue | string | (optional) Given data context path must be true to show children. |
pathFalse | string | (optional) Given data context path must be false to show children. |
inferData | function | (optional) Will be called to decide by external logic, and show/hide contents based on the return value. |
children | React.Node | (required) Contents. |