Interface: FileBlockProps
@headstartwp/core.react.FileBlockProps
Hierarchy
↳
FileBlockProps
Properties
attributes
• Optional
attributes: Object
Type declaration
Name | Type |
---|---|
align | Align |
blockStyle? | string |
border | Border |
colors | Colors |
spacing | Spacing |
typography | Typography |
width? | string |
Inherited from
Defined in
packages/core/src/react/blocks/types.ts:79
children
• Optional
children: ReactNode
Inherited from
Defined in
packages/core/src/react/blocks/types.ts:77
className
• Optional
className: string
Inherited from
Defined in
packages/core/src/react/blocks/types.ts:73
domNode
• Optional
domNode: Element
Inherited from
Defined in
packages/core/src/react/blocks/types.ts:75
href
• Optional
href: string
Defined in
packages/core/src/react/blocks/FileBlock.tsx:8
htmlAnchor
• Optional
htmlAnchor: string
Inherited from
Defined in
packages/core/src/react/blocks/types.ts:76
id
• Optional
id: number
Defined in
packages/core/src/react/blocks/FileBlock.tsx:7
name
• name: string
Inherited from
Defined in
packages/core/src/react/blocks/types.ts:72
showDownloadButton
• showDownloadButton: boolean
Defined in
packages/core/src/react/blocks/FileBlock.tsx:9
style
• Optional
style: Record
<string
, string
>