ChatAttachmentData
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:39
File or editor context attached to a message.
Properties
Section titled “Properties”content?
Section titled “content?”
optionalcontent?:string
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:59
Raw content for code/selection type
id:
string
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:41
Unique identifier
optionalmeta?:Record<string,unknown>
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:61
Additional metadata (consumer-defined)
mimeType?
Section titled “mimeType?”
optionalmimeType?:string
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:53
MIME type for file/image attachments
name:
string
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:43
Display name shown in the chip
optionalsize?:number
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:55
File size in bytes
thumbnailUrl?
Section titled “thumbnailUrl?”
optionalthumbnailUrl?:string
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:57
Thumbnail URL for image type
type:
"code"|"image"|"file"|"selection"
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:51
Attachment category
file: Generic file (document, config, etc.)image: Image with thumbnail previewcode: Code snippet from the editorselection: Selected objects/entities from the editor scene