Skip to main content

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

BookSectionSummaryDto.depth


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

BookSectionSummaryDto.id


isHtml?

optional isHtml?: boolean

Defined in: Extensions/ExtensionApiDtos.ts:519


metadata?

optional metadata?: 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

BookSectionSummaryDto.order


parentId?

optional parentId?: string

Defined in: Extensions/ExtensionApiDtos.ts:507

Inherited from

BookSectionSummaryDto.parentId


title

title: LocalizedString

Defined in: Extensions/ExtensionApiDtos.ts:508

Inherited from

BookSectionSummaryDto.title