RichTextArea
Table of contents
A rich text area that can be used for editing text with rich text formatting. This component uses the TipTap editor under the hood.
Properties
handleBlur
handleChange
Parameters
| Name | Description |
|---|---|
| |
Returns
void;handleDoubleClick
Parameters
| Name | Description |
|---|---|
| |
Returns
any;handleFocus
handleInputPointerDown
Parameters
| Name | Description |
|---|---|
| |
Returns
void;handleKeyDown
Parameters
| Name | Description |
|---|---|
| |
Returns
void;handlePaste
Parameters
| Name | Description |
|---|---|
| |
Returns
void;hasCustomTabBehavior
optional
hasCustomTabBehavior?: boolean;isEditing
isEditing: boolean;richText
optional
richText?: TLRichText;shapeId
shapeId: TLShapeId;text
optional
text?: string;Prev
RhombusToolbarItemNext
RichTextLabel