workadventure/front/src/Api/iframe
David Négrier a0d3685227 Fixing "has/in" on variables proxy object
When using WA.state, using `"myVariable" in WA.state` would always return false.
This is now fixed by adding a "has" method on the Proxy class.

Also, added a `WA.state.hasVariable` method.
2021-08-27 11:29:59 +02:00
..
Room Making embedded iframes scriptable using the WA.room.website namespace. 2021-08-05 12:37:05 +02:00
Sound Improving popup 2021-08-18 11:53:41 +02:00
Ui Refactoring displayActionMessage signature. Now accepting an options object. This should allow for more options in the future. 2021-08-05 12:02:00 +02:00
chat.ts Fixing NPM package generation 2021-06-30 10:15:55 +02:00
controls.ts Fixing NPM package generation 2021-06-30 10:15:55 +02:00
IframeApiContribution.ts Merge remote-tracking branch 'remotes/upstream/develop' into trigger-message-refv3 2021-07-02 18:49:22 +02:00
nav.ts Fixing NPM package generation 2021-06-30 10:15:55 +02:00
player.ts Merging with develop 2021-07-23 16:41:38 +02:00
registeredCallbacks.ts Improving refactoring of API following @jonnytest1 feedback 2021-06-21 11:48:39 +02:00
room.ts Making embedded iframes scriptable using the WA.room.website namespace. 2021-08-05 12:37:05 +02:00
sound.ts Fixing NPM package generation 2021-06-30 10:15:55 +02:00
state.ts Fixing "has/in" on variables proxy object 2021-08-27 11:29:59 +02:00
ui.ts Refactoring displayActionMessage signature. Now accepting an options object. This should allow for more options in the future. 2021-08-05 12:02:00 +02:00
website.ts Making embedded iframes scriptable using the WA.room.website namespace. 2021-08-05 12:37:05 +02:00