|
12345678910111213141516171819 |
- version: 2
-
- model:
- join: [Bool, false]
- textApp: [String, ""]
- textUI: [String, ""]
-
- service:
- actions:
- busModel
- pipes:
- join: [toggle, K.join]
- textApp: [recent, K.textApp]
- textUI: [recent, K.textUI]
-
- world:
- join: [ps]
- textApp: [ps]
- textUI: [ps]
|