method
JSONField.Hooks
Hooks replaces the complete field lifecycle hook group.
Arguments
| Argument | Type | Description |
|---|---|---|
value | Hooks[store.Value] | The value value. |
Returns
The declared result.
JSONFieldFull signature
func (f JSONField) Hooks(value Hooks[store.Value]) JSONField