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?
optionalhasChildren?:boolean
Defined in: Data/Models/Book/BookSection.ts:95
parentSectionId?
optionalparentSectionId?:number
Defined in: Data/Models/Book/BookSection.ts:91
sectionId
sectionId:
number
Defined in: Data/Models/Book/BookSection.ts:90
sectionNumber?
optionalsectionNumber?:string
Defined in: Data/Models/Book/BookSection.ts:92
title
title:
string
Defined in: Data/Models/Book/BookSection.ts:93
wordCount?
optionalwordCount?:number
Defined in: Data/Models/Book/BookSection.ts:94