Scope passed to actions that resume a prior defense.

interface ContextScope {
    priorTestResult: null | sohl.entity.result.DefendResult;
}

Properties

Properties

priorTestResult: null | sohl.entity.result.DefendResult

The defense being resumed, or null if none.