method
TextListField.ReadHookPolicy
Public method TextListField.ReadHookPolicy from github.com/riducms/ridu/field.
Returns
The declared result.
ReadHooks[[]string]Full signature
func (f TextListField) ReadHookPolicy() ReadHooks[[]string]Related types
TextListFieldA configurable list of strings.
ReadHooksReadHooks registers response transformations using the field's output type, which can differ from its write type when a relationship is populated.