Skip to main content

Interface: LinkBlockProps

Defined in: packages/next/src/blocks/LinkBlock.tsx:6

Extends

Properties

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

IBlockAttributes.attributes


children?

optional children: ReactNode

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

Inherited from

IBlockAttributes.children


className?

optional className: string

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

Inherited from

IBlockAttributes.className


domNode?

optional domNode: Element

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

Inherited from

IBlockAttributes.domNode


href

href: string

Defined in: packages/next/src/blocks/LinkBlock.tsx:7


htmlAnchor?

optional htmlAnchor: string

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

Inherited from

IBlockAttributes.htmlAnchor


name

name: string

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

Inherited from

IBlockAttributes.name


rel

rel: string

Defined in: packages/next/src/blocks/LinkBlock.tsx:8


style?

optional style: Record<string, string>

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

Inherited from

IBlockAttributes.style