Interface: BookSectionSummaryDto
Defined in: Extensions/ExtensionApiDtos.ts:503
Extended by
Properties
depth
depth:
number
Defined in: Extensions/ExtensionApiDtos.ts:510
Depth in the table-of-contents tree. 0 = root.
hasChildren
hasChildren:
boolean
Defined in: Extensions/ExtensionApiDtos.ts:512
True if this section has children.
id
id:
string
Defined in: Extensions/ExtensionApiDtos.ts:505
Stable identifier within the module.
moduleId
moduleId:
string
Defined in: Extensions/ExtensionApiDtos.ts:506
order
order:
number
Defined in: Extensions/ExtensionApiDtos.ts:513
parentId?
optionalparentId?:string
Defined in: Extensions/ExtensionApiDtos.ts:507
title
title:
LocalizedString
Defined in: Extensions/ExtensionApiDtos.ts:508