--------------------------------------------------------------- OnCollectionCreate is a Collection proxy model hook of [OnModelCreate]. 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 th
(tags ...string)
| 1125 | // then all event handlers registered via the created hook will be |
| 1126 | // triggered and called only if their event data origin matches the tags. |
| 1127 | OnCollectionCreate(tags ...string) *hook.TaggedHook[*CollectionEvent] |
| 1128 | |
| 1129 | // OnCollectionCreateExecute is a Collection proxy model hook of [OnModelCreateExecute]. |
| 1130 | // |
no outgoing calls