Skip to main content

Interface: ImageBlockProps

Defined in: packages/core/src/react/blocks/ImageBlock.tsx:11

Extends

Extended by

Properties

alt?

optional alt: string

Defined in: packages/core/src/react/blocks/ImageBlock.tsx:17


attributes?

optional attributes: object

Defined in: packages/core/src/react/blocks/types.ts:84

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

IBlockAttributes.attributes


children?

optional children: ReactNode

Defined in: packages/core/src/react/blocks/types.ts:82

Inherited from

IBlockAttributes.children


className?

optional className: string

Defined in: packages/core/src/react/blocks/types.ts:78

Inherited from

IBlockAttributes.className


domNode?

optional domNode: Element

Defined in: packages/core/src/react/blocks/types.ts:80

Inherited from

IBlockAttributes.domNode


height?

optional height: number

Defined in: packages/core/src/react/blocks/ImageBlock.tsx:13


htmlAnchor?

optional htmlAnchor: string

Defined in: packages/core/src/react/blocks/types.ts:81

Inherited from

IBlockAttributes.htmlAnchor


linkDestination?

optional linkDestination: string

Defined in: packages/core/src/react/blocks/ImageBlock.tsx:15


name

name: string

Defined in: packages/core/src/react/blocks/types.ts:77

Inherited from

IBlockAttributes.name


sizeSlug?

optional sizeSlug: string

Defined in: packages/core/src/react/blocks/ImageBlock.tsx:14


src

src: string

Defined in: packages/core/src/react/blocks/ImageBlock.tsx:16


style?

optional style: Record<string, string>

Defined in: packages/core/src/react/blocks/types.ts:79

Inherited from

IBlockAttributes.style


width?

optional width: number

Defined in: packages/core/src/react/blocks/ImageBlock.tsx:12