AttachmentImageProps
Interface: AttachmentImageProps
Defined in: components/AttachmentImage.tsx:89
Пропсы для Image компонента.
Extends
ImgHTMLAttributes<HTMLImageElement>
Properties
alt?
optionalalt:string
Defined in: components/AttachmentImage.tsx:100
Альтернативный текст для доступности
Overrides
React.ImgHTMLAttributes.alt
sourceType?
optionalsourceType:"url"|"upload"
Defined in: components/AttachmentImage.tsx:98
Тип источника.
- "url" → src считается обычным URL
- "upload" → src считается attachmentId (нужно загрузить через API хоста)
src?
optionalsrc:string
Defined in: components/AttachmentImage.tsx:91
URL изображения или ID attachment (обычно UUID).
Overrides
React.ImgHTMLAttributes.src