method
LayoutField.Private
Public method LayoutField.Private from github.com/riducms/ridu/field.
Arguments
| Argument | Type | Description |
|---|---|---|
namespace | string | The namespace value. |
value | store.Value | The value value. |
Returns
The declared result.
LayoutFieldFull signature
func (f LayoutField) Private(
namespace string,
value store.Value,
) LayoutFieldRelated types
LayoutFieldLayoutField arranges fields in the admin without adding a stored value.
ValueAn immutable scalar, object, list, or populated document value.