lastScreen

The last screen recorded, or null before any screen has been viewed.

There is deliberately no way to clear this. History is owned by the ScopeStack that carries it, so the way to drop it — on logout, say — is to replace that stack, which drops the ambient frames with it. Resetting one but not the other would leave a screen attributed to a context that no longer exists.