Проверка шаблона шины для iOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 line
394B

  1. version: 2
  2. model:
  3. finishLoading: [Bool, false]
  4. isLoading: [Bool, false]
  5. join: [Bool, false]
  6. textUI: [String, ""]
  7. service:
  8. actions:
  9. busModel
  10. 🚀shouldResetLoading: Bus.send(K.isLoading, v)
  11. pipes:
  12. finishLoading: [toggle, K.finishLoading]
  13. isLoading: [recent, K.isLoading]
  14. join: [toggle, K.join]
  15. textUI: [recent, K.textUI]
  16. world:
  17. join: [ps]
  18. textUI: [ps]