Skip to content
DocsReference
DocsReferenceGitHub

Search Ridu documentation

tab controls

Loading search…

Search will be ready in a moment.

No matching results

Try a different term or search every section.

Loading search.

Preparing index…View all results →↑↓ move↵ openesc close
Get started
Modules/field
MOutputField.ReadHooks

Go packages

riducorefieldoperationqueryschemastorestoragemigrationmigration/payloadprotocol (Go)plugintestconformance

Official adapters

postgressqlitemongodbstorage/localstorage/s3

Official plugins

graphqlmcprichtextseoformbuilder@riducms/plugin-richtext@riducms/plugin-seo@riducms/plugin-form-builder

TypeScript packages

@riducms/sdk@riducms/protocol@riducms/plugin@riducms/build@riducms/ui@riducms/admin@riducms/translations@riducms/cli/run

Tooling

ridu CLI
Allfieldriducoreoperationqueryschemastorestoragemigrationmigration/payloadprotocol (Go)plugintestpostgressqlitemongodbgraphqlmcprichtextseoformbuilderstorage/localstorage/s3conformance@riducms/sdk@riducms/protocol@riducms/plugin@riducms/build@riducms/ui@riducms/plugin-richtext@riducms/plugin-seo@riducms/plugin-form-builder@riducms/admin@riducms/translations@riducms/cli/runridu CLI
All 1023NumberListField.HookPolicyOutputField.LabelTranslationsOutputField.PrivateOutputField.ReadHookPolicyOutputField.ReadHooksOutputField.RenameOutputField.ResolverOutputField.RestrictAccess

method

OutputField.ReadHooks

ReadHooks replaces all response-transform hooks.

ArgumentsReturnsFull signature

Arguments

ArgumentTypeDescription
valueReadHooks[store.Value]The value value.

Returns

The declared result.

OutputField

Full signature

func (f OutputField) ReadHooks(value ReadHooks[store.Value]) OutputField

Source field/fluent.go:2659

Related types

  • OutputField

    OutputField configures a computed response value that cannot be set by a write request.

  • Value

    An immutable scalar, object, list, or populated document value.