workadventure/front/src/Api/Events
David Négrier 4d4f845b9e Setting "importsNotUsedAsValues": "error"
Turning the "importsNotUsedAsValues" TS config value to "error".
This will require us to use `import type` instead of `import` when we are importing a value that is only used as a type (and therefore that is dropped by the Typescript compiler).

Why this change?
This is a requirement to be able to use Svelte in the future. See https://github.com/sveltejs/svelte-preprocess/issues/206#issuecomment-663193798
2021-05-12 09:13:25 +02:00
..
ButtonClickedEvent.ts Adding button clicked handling 2021-03-09 18:05:07 +01:00
ChatEvent.ts Adding ability to listen to user types chat messages using WA.onChatMessage 2021-03-06 15:26:07 +01:00
ClosePopupEvent.ts Adding a Popup object with a close() method on it. 2021-03-09 18:51:30 +01:00
EnterLeaveEvent.ts Adding the abaility to track users entering/leaving a zone in the script language. 2021-03-08 18:58:38 +01:00
GoToPageEvent.ts Popup openWebSite 2021-03-25 17:12:53 +01:00
IframeEvent.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
OpenCoWebSiteEvent.ts Popup openWebSite 2021-03-25 17:12:53 +01:00
OpenPopupEvent.ts Removing closeOnClick as it is not implemented 2021-03-09 18:57:25 +01:00
OpenTabEvent.ts Popup openWebSite 2021-03-25 17:12:53 +01:00
UserInputChatEvent.ts Adding ability to listen to user types chat messages using WA.onChatMessage 2021-03-06 15:26:07 +01:00