Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F8930151
formatted-images.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
431 B
Referenced Files
None
Subscribers
None
formatted-images.ts
View Options
import
Subject
,
{
NoActionSubject
}
from
"../subject"
;
import
*
as
Errors
from
"../../response/errors"
;
import
ImageFormats
from
"../subject-types/image-formats"
;
import
App
from
"../../app/app"
;
export
default
class
UploadedFilesSubject
extends
NoActionSubject
{
async
getChildSubject
(
path_element
:
string
)
{
return
Promise
.
resolve
(
new
ImageFormats
(
this
.
app
,
path_element
));
}
getName
()
{
return
"formatted-images"
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Sun, Sep 21, 01:21 (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
932472
Default Alt Text
formatted-images.ts (431 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment