method
GroupField.Private
Public method GroupField.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.
GroupFieldFull signature
func (f GroupField) Private(
namespace string,
value store.Value,
) GroupFieldRelated types
GroupFieldGroupField configures a nested object containing the supplied fields.
ValueAn immutable scalar, object, list, or populated document value.