EditorPlaceholder
Components
EditorPlaceholder()
EditorPlaceholder(
props
,context
?):ReactNode
Component used as a call to action to redirect the user to the beam editor page or to toggle the reflection editor
Parameters
Parameter | Type |
---|---|
props | EditorPlaceholderType |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/EditorPlaceholder/index.tsx:28
Props
EditorPlaceholderType
EditorPlaceholderType:
object
Type declaration
Member | Type |
---|---|
actionLabel | string |
avatar | Profile ["avatar" ] |
isReflection | boolean |
onClick | React.MouseEventHandler <HTMLElement > |
placeholderLabel | string |
profileId | string | null |
transformSource | (src ) => Image |
Source
libs/design-system-components/src/components/EditorPlaceholder/index.tsx:9