Live gesture context handed to lifecycle callbacks. Within callbacks, ctx reflects the moment the callback fires (e.g. ctx.phase is 'active' inside onActivate, even though the move that triggered it was during 'pending').
'pending' or 'active'. Never 'idle' inside a callback.
Live gesture context handed to lifecycle callbacks. Within callbacks, ctx reflects the moment the callback fires (e.g. ctx.phase is 'active' inside onActivate, even though the move that triggered it was during 'pending').