type
RelationshipsField
RelationshipsField configures links to several documents in the target collection.
Full signature
type RelationshipsField struct{ nodeView }Methods
RelationshipsField.Access()Access replaces the complete field access policy.
RelationshipsField.Admin()Admin replaces the complete admin presentation policy.
RelationshipsField.AppendHooks()AppendHooks appends supplied callbacks after existing callbacks in each phase.
RelationshipsField.AppendReadHooks()AppendReadHooks appends response-transform hooks after existing callbacks.
RelationshipsField.EditAdmin()EditAdmin updates selected admin settings while preserving the rest.
RelationshipsField.FilterOptionRules()Public method RelationshipsField.FilterOptionRules from github.com/riducms/ridu/field.
RelationshipsField.HookPolicy()Public method RelationshipsField.HookPolicy from github.com/riducms/ridu/field.
RelationshipsField.Hooks()Hooks replaces the complete field lifecycle hook group.
RelationshipsField.Label()Public method RelationshipsField.Label from github.com/riducms/ridu/field.
RelationshipsField.LabelTranslations()Public method RelationshipsField.LabelTranslations from github.com/riducms/ridu/field.
RelationshipsField.LiveValidate()Add a server check that provides feedback while this field is being edited.
RelationshipsField.LiveValidators()Read the live server checks attached to this field.
RelationshipsField.Localized()Public method RelationshipsField.Localized from github.com/riducms/ridu/field.
RelationshipsField.OnDelete()Public method RelationshipsField.OnDelete from github.com/riducms/ridu/field.
RelationshipsField.PrependHooks()PrependHooks inserts supplied callbacks before existing callbacks in each phase.
RelationshipsField.Private()Public method RelationshipsField.Private from github.com/riducms/ridu/field.
RelationshipsField.ReadHookPolicy()Public method RelationshipsField.ReadHookPolicy from github.com/riducms/ridu/field.
RelationshipsField.ReadHooks()ReadHooks replaces all response-transform hooks.
RelationshipsField.Rename()Public method RelationshipsField.Rename from github.com/riducms/ridu/field.
RelationshipsField.ReplaceLiveValidators()Replace this field’s live server checks, or remove them all.
RelationshipsField.ReplaceValidators()ReplaceValidators replaces all authoritative save validators.
RelationshipsField.Required()Public method RelationshipsField.Required from github.com/riducms/ridu/field.
RelationshipsField.RestrictAccess()RestrictAccess combines supplied rules with existing access rules; both must allow.
RelationshipsField.Validate()Validate appends one authoritative save validator.
RelationshipsField.Validators()Public method RelationshipsField.Validators from github.com/riducms/ridu/field.