Open LukeAbby opened 3 weeks ago
The typing is pretty close to ideal but especially the "dynamic callbacks" could be improved and ideally limits the usage of overrides.
Also SceneManager#registerHooks needs to match this type.
SceneManager#registerHooks
For example the hook preCreate${DocumentType} should correspond to a hook for that specific document.
preCreate${DocumentType}
The typing is pretty close to ideal but especially the "dynamic callbacks" could be improved and ideally limits the usage of overrides.
Also
SceneManager#registerHooks
needs to match this type.