Instance Property
interactable
The router’s interactor, exposed as Interactable for protocol- level lifecycle operations.
@MainActor let interactable: any Interactable
Discussion
This is the same instance as interactor; the cast is performed once in init(interactor:).