DocumentCommentsModule

The class that represents the document comments module. It contains a service that performs HTTP requests and a window that extends the interface for documents.

Constructor

new DocumentCommentsModule(provider, requestService, configServer)

Creates the document comments module. Creates a service and a comments window.

Parameters:
NameTypeDescription
providerDocumentProvider

The document provider.

requestServiceRequestService

The request service.

configServerobject

The server access config.

Properties
NameTypeDescription
urlstring

The server URL.

documentstring

The route for documents.

commentstring

The route for comments.

userstring

The route for users.

Classes

DocumentCommentsModule