Skip to main content

AttachmentInfo

@lowcode/runtime-core


Interface: AttachmentInfo

Defined in: components/AttachmentImage.tsx:39

Интерфейс attachment для загрузки изображений.

Минимальный набор полей, необходимых для отображения.

Properties

downloadUrl?

optional downloadUrl: string | null

Defined in: components/AttachmentImage.tsx:43


id

id: string

Defined in: components/AttachmentImage.tsx:40


kind

kind: "link" | "s3"

Defined in: components/AttachmentImage.tsx:41


mimeType?

optional mimeType: string | null

Defined in: components/AttachmentImage.tsx:46


name?

optional name: string | null

Defined in: components/AttachmentImage.tsx:45


sourceUrl?

optional sourceUrl: string | null

Defined in: components/AttachmentImage.tsx:44


url?

optional url: string | null

Defined in: components/AttachmentImage.tsx:42