Skip to main content

ImagePreviewProps

@lowcode/ui-kit


Interface: ImagePreviewProps

Defined in: components/primitives/ImagePreview.tsx:4

Properties

alt?

optional alt: string

Defined in: components/primitives/ImagePreview.tsx:8

Альтернативный текст


className?

optional className: string

Defined in: components/primitives/ImagePreview.tsx:18

CSS класс для контейнера


error?

optional error: string | null

Defined in: components/primitives/ImagePreview.tsx:12

Текст ошибки


loading?

optional loading: boolean

Defined in: components/primitives/ImagePreview.tsx:10

Состояние загрузки


maxHeight?

optional maxHeight: string

Defined in: components/primitives/ImagePreview.tsx:16

Максимальная высота контейнера


maxWidth?

optional maxWidth: string

Defined in: components/primitives/ImagePreview.tsx:14

Максимальная ширина контейнера


src

src: string

Defined in: components/primitives/ImagePreview.tsx:6

URL изображения


style?

optional style: CSSProperties

Defined in: components/primitives/ImagePreview.tsx:20

Inline стили для контейнера