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