docs/Script API/classes/Frontend_Script_API.FAttachment.html
Attachment is a file directly tied into a note without being a hidden child.
attachmentIdcontentLengthisProtectedmimeownerIdroletitleutcDateModifiedutcDateScheduledForErasureSince
new FAttachment(froca: Froca, row: FAttachmentRow): FAttachment
attachmentId: string
contentLength: number
optionally added to the entity
isProtected: boolean
mime: string
ownerId: string
role: string
title: string
utcDateModified: string
utcDateScheduledForErasureSince: string
getBlob(): Promise<null | void | default>
getNote(): FNote
update(row: FAttachmentRow): void
Member Visibility
ThemeOSLightDark
Constructors constructor Properties attachmentIdcontentLengthisProtectedmimeownerIdroletitleutcDateModifiedutcDateScheduledForErasureSince Methods getBlobgetNoteupdate