| Property | +Type | +Required | +Default | + + {hasDescription &&Description | } +|
|---|---|---|---|---|---|
| {name} | +{getPropType(prop, Tooltip)} | +{String(prop.required)} | + {!prop.defaultValue ? ( ++ - + | + ) : ( ++ {prop.defaultValue.value === "''" ? ( + [Empty String] + ) : ( + prop.defaultValue && + prop.defaultValue.value.replace(/'/g, '') + )} + | + )} + {hasDescription && ( +{prop.description && prop.description} | + )} +