Interface: BookSectionDto
Defined in: Extensions/ExtensionApiDtos.ts:516
Extends
Properties
content
content:
string
Defined in: Extensions/ExtensionApiDtos.ts:518
Body content.
depth
depth:
number
Defined in: Extensions/ExtensionApiDtos.ts:510
Depth in the table-of-contents tree. 0 = root.
Inherited from
hasChildren
hasChildren:
boolean
Defined in: Extensions/ExtensionApiDtos.ts:512
True if this section has children.
Inherited from
BookSectionSummaryDto.hasChildren
id
id:
string
Defined in: Extensions/ExtensionApiDtos.ts:505
Stable identifier within the module.
Inherited from
isHtml?
optionalisHtml?:boolean
Defined in: Extensions/ExtensionApiDtos.ts:519
metadata?
optionalmetadata?:Record<string,unknown>
Defined in: Extensions/ExtensionApiDtos.ts:520
moduleId
moduleId:
string
Defined in: Extensions/ExtensionApiDtos.ts:506
Inherited from
BookSectionSummaryDto.moduleId
order
order:
number
Defined in: Extensions/ExtensionApiDtos.ts:513
Inherited from
parentId?
optionalparentId?:string
Defined in: Extensions/ExtensionApiDtos.ts:507
Inherited from
BookSectionSummaryDto.parentId
title
title:
LocalizedString
Defined in: Extensions/ExtensionApiDtos.ts:508