Hi, If I have a custom scope for my component, but also want granular
fun cancel(id: Id)
, i.e. I need my jobs keyed for that. Should I have some separate map for this? Feels like scope functionality, but in order for that I'd need the scope to be backed by a map, or iterate its jobs?
b
bdawg.io
10/07/2019, 5:36 AM
You can look at the scope's job and get the `n`th child from its