Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
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';
|