method
MultiSelectField.ReadHookPolicy
Public method MultiSelectField.ReadHookPolicy from github.com/riducms/ridu/field.
Returns
The declared result.
ReadHooks[[]string]Full signature
func (f MultiSelectField) ReadHookPolicy() ReadHooks[[]string]Related types
MultiSelectFieldMultiSelectField configures a field for choosing several values from a fixed list.
ReadHooksReadHooks registers response transformations using the field's output type, which can differ from its write type when a relationship is populated.