Skip to main content

Interface: BookSectionSummary

Defined in: Data/Models/Book/BookSection.ts:89

Summary of a book section for tree view/navigation Lighter weight than full BookSection

Properties

hasChildren?

optional hasChildren?: boolean

Defined in: Data/Models/Book/BookSection.ts:95


parentSectionId?

optional parentSectionId?: number

Defined in: Data/Models/Book/BookSection.ts:91


sectionId

sectionId: number

Defined in: Data/Models/Book/BookSection.ts:90


sectionNumber?

optional sectionNumber?: string

Defined in: Data/Models/Book/BookSection.ts:92


title

title: string

Defined in: Data/Models/Book/BookSection.ts:93


wordCount?

optional wordCount?: number

Defined in: Data/Models/Book/BookSection.ts:94