ReadOnlyEditor
Components
ReadOnlyEditor()
ReadOnlyEditor(
props
,context
?):ReactNode
Component used to display content created with a slate.js based editor Used in the entry card to render text content
Parameters
Parameter | Type |
---|---|
props | IReadOnlyEditor |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/ReadOnlyEditor/index.tsx:24
Interfaces
IReadOnlyEditor
Properties
Property | Type |
---|---|
content | Descendant [] |
disabled? | boolean |
handleLinkClick? | (url : string ) => void |
handleMentionClick? | (id : string ) => void |
handleTagClick? | (name : string ) => void |