type
FieldsOverride
type FieldsOverride func(
defaultFields []field.Definition,
) ([]field.Definition, error)A callback that replaces the complete ordered contents of the injected meta group.
The input and returned slices are detached. Returning no fields fails config resolution.
Related types
DefinitionAn immutable authored field definition.