Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F8921949
attachment-loader.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
438 B
Referenced Files
None
Subscribers
None
attachment-loader.ts
View Options
import
Context
from
"../../context"
;
import
App
from
"../../app/app"
;
import
{
LooseObject
}
from
"../types"
;
export
default
abstract
class
AttachmentLoader
{
context
:
Context
;
field_name
:
string
;
constructor
(
context
:
Context
,
field_name
:
string
)
{
this
.
context
=
context
;
this
.
field_name
=
field_name
;
}
abstract
async
loadTo
(
app
:
App
,
attachments
:
LooseObject
,
fieldsWithAttachments
:
LooseObject
)
:
Promise
<
void
>
;
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Sat, Sep 20, 14:05 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
949252
Default Alt Text
attachment-loader.ts (438 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment