Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CollectionConfiguration

Type definition for the collection data the user has to provide. It is, essentially, the Typescript equivalent of the JSON configuration file's schema.

Hierarchy

  • CollectionConfiguration

Index

Properties

Properties

id

id: string

"Short" name, used as an identifier and as the base name for the final EPUB file.

name

name: string

Title of the publication.

readingOrder

readingOrder: ChapterConfiguration[]

Chapter description: url, whether respec should be used, and possible respec arguments. See the Options for some further details).