Page MenuHomeSealhub

file-id.ts
No OneTemporary

file-id.ts

// possibly not needed anymore, if nothing breaks, remove it
//
//
// import { Field, Context } from "../../../main.js";
// export default class FileID extends Field {
// typeName = "file-id";
// async isProperValue(
// context: Context,
// new_file_id: string,
// old_value: string
// ) {
// const results = await context.app.Datastore.find("files", {
// id: new_file_id,
// });
// if (results.length === 1) {
// return Field.valid();
// } else {
// return Field.invalid(context.app.i18n("invalid_file_id"));
// }
// }
// }

File Metadata

Mime Type
text/plain
Expires
Tue, Jul 8, 08:12 (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
797482
Default Alt Text
file-id.ts (555 B)

Event Timeline