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