Skip to main content

Interface: ImageProps

Defined in: packages/next/src/components/ImageComponent.tsx:82

Extends

Properties

alt?

optional alt: string

Defined in: packages/core/dist/mjs/react/blocks/ImageBlock.d.ts:9

Inherited from

ImageBlockProps.alt


attributes?

optional attributes: object

Defined in: packages/core/dist/mjs/react/blocks/types.d.ts:73

align

align: Align

blockStyle?

optional blockStyle: string

border

border: Border

colors

colors: Colors

spacing

spacing: Spacing

typography

typography: Typography

width?

optional width: string

Inherited from

ImageBlockProps.attributes


children?

optional children: ReactNode

Defined in: packages/core/dist/mjs/react/blocks/types.d.ts:72

Inherited from

ImageBlockProps.children


className?

optional className: string

Defined in: packages/core/dist/mjs/react/blocks/types.d.ts:68

Inherited from

ImageBlockProps.className


domNode?

optional domNode: Element

Defined in: packages/core/dist/mjs/react/blocks/types.d.ts:70

Inherited from

ImageBlockProps.domNode


height?

optional height: number

Defined in: packages/core/dist/mjs/react/blocks/ImageBlock.d.ts:5

Inherited from

ImageBlockProps.height


htmlAnchor?

optional htmlAnchor: string

Defined in: packages/core/dist/mjs/react/blocks/types.d.ts:71

Inherited from

ImageBlockProps.htmlAnchor


linkDestination?

optional linkDestination: string

Defined in: packages/core/dist/mjs/react/blocks/ImageBlock.d.ts:7

Inherited from

ImageBlockProps.linkDestination


loader()?

optional loader: (props) => string

Defined in: packages/next/src/components/ImageComponent.tsx:83

Parameters

props

ImageLoaderProps | VIPCustomImageLoader

Returns

string


name

name: string

Defined in: packages/core/dist/mjs/react/blocks/types.d.ts:67

Inherited from

ImageBlockProps.name


sizeSlug?

optional sizeSlug: string

Defined in: packages/core/dist/mjs/react/blocks/ImageBlock.d.ts:6

Inherited from

ImageBlockProps.sizeSlug


src

src: string

Defined in: packages/core/dist/mjs/react/blocks/ImageBlock.d.ts:8

Inherited from

ImageBlockProps.src


style?

optional style: Record<string, string>

Defined in: packages/core/dist/mjs/react/blocks/types.d.ts:69

Inherited from

ImageBlockProps.style


width?

optional width: number

Defined in: packages/core/dist/mjs/react/blocks/ImageBlock.d.ts:4

Inherited from

ImageBlockProps.width