Skip to main content

Interface: BookSectionRow

Defined in: Data/Core/RowTypes.ts:172

Row from the book_section table

Extends

  • BaseRow

Indexable

[key: string]: unknown

Properties

content?

optional content?: string

Defined in: Data/Core/RowTypes.ts:177


content_file?

optional content_file?: string

Defined in: Data/Core/RowTypes.ts:178


metadata?

optional metadata?: string

Defined in: Data/Core/RowTypes.ts:180


parent_section_id?

optional parent_section_id?: number

Defined in: Data/Core/RowTypes.ts:174


section_id

section_id: number

Defined in: Data/Core/RowTypes.ts:173


section_number?

optional section_number?: number

Defined in: Data/Core/RowTypes.ts:175


title?

optional title?: string

Defined in: Data/Core/RowTypes.ts:176


word_count?

optional word_count?: number

Defined in: Data/Core/RowTypes.ts:179