Constructor
new DefaultDocumentSource(configServer)
Parameters:
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
configServer | object | The server configuration. Properties
|
Members
documentUrl :string
The URL to fetch the documents.
Type:
- string
fileRoute :string
The route to fetch the document images.
Type:
- string
Methods
getImageUrl(doc)
Parameters:
| Name | Type | Description |
|---|---|---|
doc | Document | The document. |