Interface: ButtonBlockProps
Defined in: packages/core/src/react/blocks/ButtonBlock.tsx:15
The interface for components rendered by ButtonBlock
Extends
Properties
attributes?
optionalattributes:object
Defined in: packages/core/src/react/blocks/types.ts:84
align
align:
Align
blockStyle?
optionalblockStyle:string
border
border:
Border
colors
colors:
Colors
spacing
spacing:
Spacing
typography
typography:
Typography
width?
optionalwidth:string
Inherited from
children?
optionalchildren:ReactNode
Defined in: packages/core/src/react/blocks/types.ts:82
Inherited from
className?
optionalclassName:string
Defined in: packages/core/src/react/blocks/types.ts:78
Inherited from
domNode?
optionaldomNode:Element
Defined in: packages/core/src/react/blocks/types.ts:80
Inherited from
htmlAnchor?
optionalhtmlAnchor:string
Defined in: packages/core/src/react/blocks/types.ts:81
Inherited from
linkTarget?
optionallinkTarget:string
Defined in: packages/core/src/react/blocks/ButtonBlock.tsx:34
The link target
name
name:
string
Defined in: packages/core/src/react/blocks/types.ts:77
Inherited from
placeholder?
optionalplaceholder:string
Defined in: packages/core/src/react/blocks/ButtonBlock.tsx:44
The link placeholder text
rel?
optionalrel:string
Defined in: packages/core/src/react/blocks/ButtonBlock.tsx:39
The link rel
style?
optionalstyle:Record<string,string>
Defined in: packages/core/src/react/blocks/types.ts:79
Inherited from
text?
optionaltext:string
Defined in: packages/core/src/react/blocks/ButtonBlock.tsx:29
The button text
title?
optionaltitle:string
Defined in: packages/core/src/react/blocks/ButtonBlock.tsx:24
The title of the link
url?
optionalurl:string
Defined in: packages/core/src/react/blocks/ButtonBlock.tsx:19
The button url