How can I help you?
QuickToolbarSettingsModel
16 Mar 20261 minute to read
Interface for a class QuickToolbarSettings
Properties
actionOnScroll ActionOnScroll
Specifies the action to perform when scrolling the target-parent container.
audio []
Specifies the items to render in the quick toolbar when audio is selected.
enable boolean
Specifies whether to enable the quick toolbar in the RichTextEditor.
enableAppendToBody boolean
Determines whether the quick toolbar should be appended to the document body or inside the editor container.
When true, the toolbar renders in the body, ensuring full visibility of items in constrained widths.
When false, it appends inside the editor, maintaining positioning behavior inside the editor.
image []
Specifies the items to render in the quick toolbar when an image is selected.
link []
Specifies the items to render in the quick toolbar when a link is selected.
showOnRightClick boolean
Specifies whether the quick toolbar opens on right-click.
table []
Specifies the items to render in the quick toolbar when a table is selected.
text []
Specifies the items to render in the quick toolbar when text is selected.
video []
Specifies the items to render in the quick toolbar when a video is selected.