method
TextareaField.ReadHookPolicy
Public method TextareaField.ReadHookPolicy from github.com/riducms/ridu/field.
Returns
The declared result.
ReadHooks[string]Full signature
func (f TextareaField) ReadHookPolicy() ReadHooks[string]Related 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.