We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d70ac1 commit 1eba631Copy full SHA for 1eba631
events/Element/onElementDataChange.yaml
@@ -29,3 +29,9 @@ examples:
29
side: server
30
canceling: This event cannot be cancelled using cancelEvent. To reverse the effect,
31
use setElementData with the old value. See Example.
32
+notes:
33
+- type: info
34
+ content: 'These predefined variables are special in this event: client : The client
35
+ global variable is set to the client that called setElementData , or nil if it
36
+ was called on the server. sourceResource : The resource which changed the element
37
+ data - nil , if client synced data, resource element otherwise.'
0 commit comments