File
Member Summary
Public Members | ||
public |
assignedTo: string | null The entity identifier the file is assigned to (like a proof or comment). |
|
public |
The type of entity the file is assigned to. |
|
public |
Whether the file can be downloaded by the user. |
|
public |
The file's unique identifer, often referred to the file token. |
|
public |
The file's error message (if the file status is FileStatus.ERROR). This field should only be used for debugging purposes. Not to be presented to the user. |
|
public |
The file name (containing the file's extension). |
|
public |
The file status. |
Public Members
public assignedTo: string | null source
The entity identifier the file is assigned to (like a proof or comment).
public assignedType: FileAssignee source
The type of entity the file is assigned to.
A comment, for example can have an attachment and (in some cases) a snapshot, which is like an attachment, but is used in HTML proofs as the "screenshot" to represent the view at the time of creating the comment.