I'm upgrading an app from 0.7 and in an event I had access to the current stack of indexes:
event.index.myIndex
now instead of event I have context, is there an analogue of this or do I need to explicitly pass @index?
What you can do is get the index from context with ctx.get('@index')