BlockStatusToolbar
Components
BlockStatusToolbar()
BlockStatusToolbar(
props
,context
?):ReactNode
Component used to display the block creation status for each block in the beam editor Used as part of the BlockHeader component
Parameters
Parameter | Type |
---|---|
props | IBlockStatusToolbar |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/BlockStatusToolbar/index.tsx:28
Interfaces
IBlockStatusToolbar
Extended by
Properties
Property | Type |
---|---|
blockCreationStatus | "error" | "success" | "pending" |
creatingBlockLabel? | string |
errorLabel? | string |
handleRetry? | () => void |
retryLabel? | string |
successLabel? | string |