--------------------------------------------------------------- Collection models event hooks --------------------------------------------------------------- OnCollectionValidate is a Collection proxy model hook of [OnModelValidate]. If the optional "tags" list (Collection ids or names) is specifie
(tags ...string)
| 1116 | // then all event handlers registered via the created hook will be |
| 1117 | // triggered and called only if their event data origin matches the tags. |
| 1118 | OnCollectionValidate(tags ...string) *hook.TaggedHook[*CollectionEvent] |
| 1119 | |
| 1120 | // --------------------------------------------------------------- |
| 1121 |
no outgoing calls