Note that these events are only triggered when calling the .add / .update / .updateAll / .remove / removeAll methods. They are not triggered data gets changed on the server by someone else (see Remote Events below)
Remote
[ ] trigger change /add /update /remove events for changes on remote (not caused by me)
Methods
admin.on()
admin.one()
admin.off()
admin.accounts.on()
admin.accounts.one()
admin.accounts.off()
admin.requests.on()
admin.requests.one()
admin.requests.off()
Local events
for
admin
signin
signout
unauthenticate
reauthenticate
for
admin.accounts
andadmin.requests
change
(eventName, properties)add
(properties)update
(properties)remove
(properties)Note that these events are only triggered when calling the
.add
/.update
/.updateAll
/.remove
/removeAll
methods. They are not triggered data gets changed on the server by someone else (see Remote Events below)Remote
change
/add
/update
/remove
events for changes on remote (not caused by me)