Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F6241278
image-formats.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
461 B
Referenced Files
None
Subscribers
None
image-formats.ts
View Options
import
{
NoActionSubject
}
from
"../subject"
;
import
App
from
"../../app/app"
;
import
{
ImageFormat
}
from
"./image-format/image-format"
;
export
default
class
ImageFormats
extends
NoActionSubject
{
file_id
:
string
;
constructor
(
app
:
App
,
file_id
:
string
)
{
super
(
app
);
this
.
file_id
=
file_id
;
}
getName
()
{
return
"ImageFormats"
;
}
async
getChildSubject
(
path_element
:
string
)
{
return
new
ImageFormat
(
this
.
app
,
this
.
file_id
,
path_element
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Tue, Jun 17, 03:29 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
665144
Default Alt Text
image-formats.ts (461 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment