Namespace Group#now
The now namespace for this particular group. Actions to this namespace affect all users that are members of the group. All functions that are called will be called in the context of each individual user in the group.
- Defined in: group.js
Constructor Attributes | Constructor Name and Description |
---|---|
Namespace Detail
Group#now
everyone.now.prop = 42;
everyone.now.func = function () { console.log('hello!'); };