Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
12345678 |
- /**
- * Events fired from the remote control module through the EventEmitter.
- */
-
- /**
- * Notifies about remote control active session status changes.
- */
- export const ACTIVE_CHANGED = 'active-changed';
|