Class WorkStats

Class to define statistics of the individual work

Param: input.words

number of words in the work

Param: input.chapters

ChapterInformation detailing the number of written chapters and the maximum amount of chapters

Param: input.kudos

number of kudos the work has

Param: input.hits

number of hits the work has

Param: input.bookmarks

number of bookmarks the work has

Param: input.finished

optional parameter to indicate that the work is finished. If this is undefined, the constructor of the class checks the chapter object if the work is finished

Constructors

Properties

bookmarks: number
finished: boolean
hits: number
kudos: number
words: number

Generated using TypeDoc