JS API Reference
Module: activity/activity.module
Table of contents
Classes
Interfaces
Type Aliases
Type Aliases
FileServerEntry
Ƭ FileServerEntry: Object
Information about a file that has been published via the FileServer
Type declaration
Name | Type | Description |
---|---|---|
fileUrl | string | The URL of the file, that the clients can use to reach and download the file |
fileHash | string | The checksum that can be used by clients to validate integrity of the downloaded file |