OnRecordValidate is a Record proxy model hook of [OnModelValidate]. If the optional "tags" list (Collection ids or names) is specified, then all event handlers registered via the created hook will be triggered and called only if their event data origin matches the tags.
(tags ...string)
| 1015 | // then all event handlers registered via the created hook will be |
| 1016 | // triggered and called only if their event data origin matches the tags. |
| 1017 | OnRecordValidate(tags ...string) *hook.TaggedHook[*RecordEvent] |
| 1018 | |
| 1019 | // --------------------------------------------------------------- |
| 1020 |
no outgoing calls