Проверка шаблона шины для 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.

20 line
318B

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