method
TextareaField.AppendReadHooks
AppendReadHooks appends response-transform hooks after existing callbacks.
Arguments
| Argument | Type | Description |
|---|---|---|
value | ReadHooks[string] | The value value. |
Returns
The declared result.
TextareaFieldFull signature
func (f TextareaField) AppendReadHooks(value ReadHooks[string]) TextareaFieldRelated types
TextareaFieldTextareaField configures a multi-line text field.
ReadHooksReadHooks registers response transformations using the field's output type, which can differ from its write type when a relationship is populated.