Interface: AttachmentArtifactMetadata
Makaio Framework / services-core / AttachmentArtifactMetadata
Interface: AttachmentArtifactMetadata
Section titled “Interface: AttachmentArtifactMetadata”Defined in: ../../../packages/services/core/src/session/attachment-artifacts.ts:17
Metadata linking an attachment artifact back to its originating message.
Extends
Section titled “Extends”Record<string,unknown>
Indexable
Section titled “Indexable”[
key:string]:unknown
Properties
Section titled “Properties”blockIndex
Section titled “blockIndex”blockIndex:
number
Defined in: ../../../packages/services/core/src/session/attachment-artifacts.ts:21
Position of the attachment block within the message’s blocks array.
fileName?
Section titled “fileName?”
optionalfileName?:string
Defined in: ../../../packages/services/core/src/session/attachment-artifacts.ts:23
Original file name of the attachment.
messageId
Section titled “messageId”messageId:
string
Defined in: ../../../packages/services/core/src/session/attachment-artifacts.ts:19
Message that contained the attachment.