ChatAttachmentData
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:39
File or editor context attached to a message.
Properties
content?
optionalcontent:string
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:59
Raw content for code/selection type
id
id:
string
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:41
Unique identifier
meta?
optionalmeta:Record<string,unknown>
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:61
Additional metadata (consumer-defined)
mimeType?
optionalmimeType:string
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:53
MIME type for file/image attachments
name
name:
string
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:43
Display name shown in the chip
size?
optionalsize:number
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:55
File size in bytes
thumbnailUrl?
optionalthumbnailUrl:string
Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:57
Thumbnail URL for image type
type
type:
"file"|"image"|"code"|"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