Skip to main content

Interface: LinkBlockProps

@headstartwp/next.LinkBlockProps

Hierarchy

  • IBlockAttributes

    LinkBlockProps

Properties

attributes

Optional attributes: Object

Type declaration

NameType
alignAlign
blockStyle?string
borderBorder
colorsColors
spacingSpacing
typographyTypography
width?string

Inherited from

IBlockAttributes.attributes

Defined in

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


children

Optional children: ReactNode

Inherited from

IBlockAttributes.children

Defined in

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


className

Optional className: string

Inherited from

IBlockAttributes.className

Defined in

packages/core/dist/mjs/react/blocks/types.d.ts:65


domNode

Optional domNode: Element

Inherited from

IBlockAttributes.domNode

Defined in

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


href

href: string

Defined in

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


htmlAnchor

Optional htmlAnchor: string

Inherited from

IBlockAttributes.htmlAnchor

Defined in

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


name

name: string

Inherited from

IBlockAttributes.name

Defined in

packages/core/dist/mjs/react/blocks/types.d.ts:64


rel

rel: string

Defined in

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


style

Optional style: Record<string, string>

Inherited from

IBlockAttributes.style

Defined in

packages/core/dist/mjs/react/blocks/types.d.ts:66