Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7188432
file-id.ts
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
555 B
Referenced Files
None
Subscribers
None
file-id.ts
View Options
// 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
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 8, 08:12 (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
797482
Default Alt Text
file-id.ts (555 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment