type
OutputField
OutputField configures a computed response value that cannot be set by a write request.
Full signature
type OutputField struct{ nodeView }Methods
OutputField.Access()Access replaces the complete field access policy.
OutputField.Admin()Admin replaces the complete admin presentation policy.
OutputField.AppendReadHooks()AppendReadHooks appends response-transform hooks after existing callbacks.
OutputField.EditAdmin()EditAdmin updates selected admin settings while preserving the rest.
OutputField.Label()Public method OutputField.Label from github.com/riducms/ridu/field.
OutputField.LabelTranslations()Public method OutputField.LabelTranslations from github.com/riducms/ridu/field.
OutputField.Private()Public method OutputField.Private from github.com/riducms/ridu/field.
OutputField.ReadHookPolicy()Public method OutputField.ReadHookPolicy from github.com/riducms/ridu/field.
OutputField.ReadHooks()ReadHooks replaces all response-transform hooks.
OutputField.Rename()Public method OutputField.Rename from github.com/riducms/ridu/field.
OutputField.Resolver()Public method OutputField.Resolver from github.com/riducms/ridu/field.
OutputField.RestrictAccess()RestrictAccess combines supplied rules with existing access rules; both must allow.