Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7112534
uploaded-files.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
347 B
Referenced Files
None
Subscribers
None
uploaded-files.ts
View Options
import
{
NoActionSubject
}
from
"../subject"
;
import
FileHash
from
"../subject-types/single-file-subject"
;
export
default
class
UploadedFilesSubject
extends
NoActionSubject
{
async
getChildSubject
(
path_element
:
string
)
{
const
file_id
=
path_element
;
return
new
FileHash
(
this
.
app
,
file_id
);
}
getName
()
{
return
"uploaded-files"
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Thu, Jul 3, 19:20 (6 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
799705
Default Alt Text
uploaded-files.ts (347 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment