Interface SessionInformation

interface SessionInformation {
    casePageId: number;
    caseSections: string[];
}

Properties

casePageId: number

A specific case page, refers to a case in the DeputyCasePageCacheStore.

caseSections: string[]

The sections which were last left open. Stored as heading IDs.