method
PointField.Hooks
Hooks replaces the complete field lifecycle hook group.
Arguments
| Argument | Type | Description |
|---|---|---|
value | Hooks[store.Value] | The value value. |
Returns
The declared result.
PointFieldFull signature
func (f PointField) Hooks(value Hooks[store.Value]) PointFieldRelated types
PointFieldPointField configures a field for a geographic point.
ValueAn immutable scalar, object, list, or populated document value.