Page MenuHomeSealhub

attachment-loader.ts
No OneTemporary

attachment-loader.ts

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

Mime Type
text/x-java
Expires
Sat, Sep 20, 14:05 (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
949252
Default Alt Text
attachment-loader.ts (438 B)

Event Timeline