Class Work

Base class that holds information about a single Work and optional data based on the context or the user. (e.g. history/bookmarks)

Param: info

WorkInfo object containing information about the work

Param: content

WorkContent object containing the content of the work

Param: userdata

Arry of WorkUserData objects containing user-linked information relating to the work

Constructors

Properties

Constructors

Properties

content: undefined | WorkContent
info: undefined | WorkInfo
userdata: undefined | WorkUserData[]

Generated using TypeDoc