background Color
backgroundColor : { setBackgroundColor : ( backgroundColor : string ) => ReturnType ; unsetBackgroundColor : () => ReturnType ; }
Type Declaration
setBackgroundColor : ( backgroundColor : string ) => ReturnType
unsetBackgroundColor : () => ReturnType
Defined in node_modules/@tiptap/extension-text-style/dist/index.d.ts:53
block Quote
blockQuote : { setBlockquote : () => ReturnType ; toggleBlockquote : () => ReturnType ; unsetBlockquote : () => ReturnType ; }
Type Declaration
setBlockquote : () => ReturnType
toggleBlockquote : () => ReturnType
unsetBlockquote : () => ReturnType
Defined in node_modules/@tiptap/extension-blockquote/dist/index.d.ts:15
blur
blur : { blur : () => ReturnType }
Defined in node_modules/@tiptap/core/dist/index.d.ts:2521
bold
bold : { setBold : () => ReturnType ; toggleBold : () => ReturnType ; unsetBold : () => ReturnType ; }
Type Declaration
setBold : () => ReturnType
toggleBold : () => ReturnType
unsetBold : () => ReturnType
Defined in node_modules/@tiptap/extension-bold/dist/index.d.ts:15
bullet List
bulletList : { toggleBulletList : () => ReturnType }
Type Declaration
toggleBulletList : () => ReturnType
Defined in node_modules/@tiptap/extension-list/dist/index.d.ts:34
clear Content
clearContent : { clearContent : ( emitUpdate ?: boolean ) => ReturnType }
Type Declaration
clearContent : ( emitUpdate ?: boolean ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2534
clear Nodes
clearNodes : { clearNodes : () => ReturnType }
Type Declaration
clearNodes : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2552
code
code : { setCode : () => ReturnType ; toggleCode : () => ReturnType ; unsetCode : () => ReturnType ; }
Type Declaration
setCode : () => ReturnType
toggleCode : () => ReturnType
unsetCode : () => ReturnType
Defined in node_modules/@tiptap/extension-code/dist/index.d.ts:13
code Block
codeBlock : { setCodeBlock : ( attributes ?: { language : string } ) => ReturnType ; toggleCodeBlock : ( attributes ?: { language : string } ) => ReturnType ; }
Type Declaration
setCodeBlock : ( attributes ?: { language : string } ) => ReturnType
toggleCodeBlock : ( attributes ?: { language : string } ) => ReturnType
Defined in node_modules/@tiptap/extension-code-block/dist/index.d.ts:49
color
color : { setColor : ( color : string ) => ReturnType ; unsetColor : () => ReturnType }
Type Declaration
setColor : ( color : string ) => ReturnType
unsetColor : () => ReturnType
Defined in node_modules/@tiptap/extension-text-style/dist/index.d.ts:89
command
command : { command : ( fn : ( props : CommandProps ) => boolean ) => ReturnType }
Type Declaration
command : ( fn : ( props : CommandProps ) => boolean ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2565
create Paragraph Near
createParagraphNear : { createParagraphNear : () => ReturnType }
Type Declaration
createParagraphNear : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2583
cut
cut : { cut : ( range : { from : number ; to : number } , targetPos : number , ) => ReturnType ; }
Type Declaration
cut : ( range : { from : number ; to : number } , targetPos : number ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2596
delete Current Node
deleteCurrentNode : { deleteCurrentNode : () => ReturnType }
Type Declaration
deleteCurrentNode : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2616
delete Node
deleteNode : { deleteNode : ( typeOrName : string | NodeType ) => ReturnType }
Type Declaration
deleteNode : ( typeOrName : string | NodeType ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2629
delete Range
deleteRange : { deleteRange : ( range : Range ) => ReturnType }
Type Declaration
deleteRange : ( range : Range ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2643
delete Selection
deleteSelection : { deleteSelection : () => ReturnType }
Type Declaration
deleteSelection : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2657
enter
enter : { enter : () => ReturnType }
Defined in node_modules/@tiptap/core/dist/index.d.ts:2670
exit Code
exitCode : { exitCode : () => ReturnType }
Type Declaration
exitCode : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2683
extend Mark Range
extendMarkRange : { extendMarkRange : ( typeOrName : string | MarkType , attributes ?: Record < string , any > , ) => ReturnType ; }
Type Declaration
extendMarkRange : ( typeOrName : string | MarkType , attributes ?: Record < string , any > ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2696
first
Defined in node_modules/@tiptap/core/dist/index.d.ts:2721
focus
focus : { focus : ( position ?: FocusPosition , options ?: { scrollIntoView ?: boolean } , ) => ReturnType ; }
Type Declaration
focus : ( position ?: FocusPosition , options ?: { scrollIntoView ?: boolean } ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2735
font Family
fontFamily : { setFontFamily : ( fontFamily : string ) => ReturnType ; unsetFontFamily : () => ReturnType ; }
Type Declaration
setFontFamily : ( fontFamily : string ) => ReturnType
unsetFontFamily : () => ReturnType
Defined in node_modules/@tiptap/extension-text-style/dist/index.d.ts:125
font Size
fontSize : { setFontSize : ( fontSize : string ) => ReturnType ; unsetFontSize : () => ReturnType ; }
Type Declaration
setFontSize : ( fontSize : string ) => ReturnType
unsetFontSize : () => ReturnType
Defined in node_modules/@tiptap/extension-text-style/dist/index.d.ts:161
for Each
forEach : { forEach : < T > ( items : T [] , fn : ( item : T , props : CommandProps & { index : number } ) => boolean , ) => ReturnType ; }
Type Declaration
forEach : < T > ( items : T [] , fn : ( item : T , props : CommandProps & { index : number } ) => boolean , ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2762
hard Break
hardBreak : { setHardBreak : () => ReturnType }
Type Declaration
setHardBreak : () => ReturnType
Defined in node_modules/@tiptap/extension-hard-break/dist/index.d.ts:19
heading
heading : { setHeading : ( attributes : { level : Level } ) => ReturnType ; toggleHeading : ( attributes : { level : Level } ) => ReturnType ; }
Type Declaration
setHeading : ( attributes : { level : Level } ) => ReturnType
toggleHeading : ( attributes : { level : Level } ) => ReturnType
Defined in node_modules/@tiptap/extension-heading/dist/index.d.ts:23
horizontal Rule
horizontalRule : { setHorizontalRule : () => ReturnType }
Type Declaration
setHorizontalRule : () => ReturnType
Defined in node_modules/@tiptap/extension-horizontal-rule/dist/index.d.ts:19
html Class Attribute
htmlClassAttribute : { setClassName : ( className ?: string , type ?: string ) => ReturnType ; toggleClassName : ( className ?: string , type ?: string ) => ReturnType ; unsetClassName : ( type ?: string ) => ReturnType ; }
html Dataset Attributes
htmlDatasetAttributes : { setId : ( id ?: string , type ?: string ) => ReturnType ; toggleId : ( id ?: string , type ?: string ) => ReturnType ; unsetId : ( type ?: string ) => ReturnType ; }
html Id Attribute
htmlIdAttribute : { setId : ( id ?: string , type ?: string ) => ReturnType ; toggleId : ( id ?: string , type ?: string ) => ReturnType ; unsetId : ( type ?: string ) => ReturnType ; }
html Style Attribute
htmlStyleAttribute : { setStyles : ( style ?: string , type ?: string ) => ReturnType ; toggleStyles : ( style ?: string , type ?: string ) => ReturnType ; unsetStyles : ( type ?: string ) => ReturnType ; }
image
image : { setImage : ( options : SetImageOptions ) => ReturnType }
Type Declaration
setImage : ( options : SetImageOptions ) => ReturnType
Defined in node_modules/@tiptap/extension-image/dist/index.d.ts:45
insert Content
Defined in node_modules/@tiptap/core/dist/index.d.ts:2788
insert Content At
Defined in node_modules/@tiptap/core/dist/index.d.ts:2832
insert Default Block
Defined in node_modules/@tiptap/core/dist/index.d.ts:2880
italic
italic : { setItalic : () => ReturnType ; toggleItalic : () => ReturnType ; unsetItalic : () => ReturnType ; }
Type Declaration
setItalic : () => ReturnType
toggleItalic : () => ReturnType
unsetItalic : () => ReturnType
Defined in node_modules/@tiptap/extension-italic/dist/index.d.ts:13
join Backward
joinBackward : { joinBackward : () => ReturnType }
Type Declaration
joinBackward : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2909
join Down
joinDown : { joinDown : () => ReturnType }
Type Declaration
joinDown : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2902
join Forward
joinForward : { joinForward : () => ReturnType }
Type Declaration
joinForward : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2918
join Item Backward
joinItemBackward : { joinItemBackward : () => ReturnType }
Type Declaration
joinItemBackward : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2936
join Item Forward
joinItemForward : { joinItemForward : () => ReturnType }
Type Declaration
joinItemForward : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2949
join Textblock Backward
joinTextblockBackward : { joinTextblockBackward : () => ReturnType }
Type Declaration
joinTextblockBackward : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2962
join Textblock Forward
joinTextblockForward : { joinTextblockForward : () => ReturnType }
Type Declaration
joinTextblockForward : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2974
join Up
joinUp : { joinUp : () => ReturnType }
Defined in node_modules/@tiptap/core/dist/index.d.ts:2895
keyboard Shortcut
keyboardShortcut : { keyboardShortcut : ( name : string ) => ReturnType }
Type Declaration
keyboardShortcut : ( name : string ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:2986
lift
lift : { lift : ( typeOrName : string | NodeType , attributes ?: Record < string , any > , ) => ReturnType ; }
Type Declaration
lift : ( typeOrName : string | NodeType , attributes ?: Record < string , any > ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3000
lift Empty Block
liftEmptyBlock : { liftEmptyBlock : () => ReturnType }
Type Declaration
liftEmptyBlock : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3016
lift List Item
liftListItem : { liftListItem : ( typeOrName : string | NodeType ) => ReturnType }
Type Declaration
liftListItem : ( typeOrName : string | NodeType ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3029
line Height
lineHeight : { setLineHeight : ( lineHeight : string ) => ReturnType ; unsetLineHeight : () => ReturnType ; }
Type Declaration
setLineHeight : ( lineHeight : string ) => ReturnType
unsetLineHeight : () => ReturnType
Defined in node_modules/@tiptap/extension-text-style/dist/index.d.ts:197
link
link : { setLink : ( attributes : { class ?: string | null ; href : string ; rel ?: string | null ; target ?: string | null ; title ?: string | null ; } , ) => ReturnType ; toggleLink : ( attributes ?: { class ?: string | null ; href : string ; rel ?: string | null ; target ?: string | null ; title ?: string | null ; } , ) => ReturnType ; unsetLink : () => ReturnType ; }
Type Declaration
setLink : ( attributes : { class ?: string | null ; href : string ; rel ?: string | null ; target ?: string | null ; title ?: string | null ; } , ) => ReturnType
toggleLink : ( attributes ?: { class ?: string | null ; href : string ; rel ?: string | null ; target ?: string | null ; title ?: string | null ; } , ) => ReturnType
unsetLink : () => ReturnType
Defined in node_modules/@tiptap/extension-link/dist/index.d.ts:118
newline In Code
newlineInCode : { newlineInCode : () => ReturnType }
Type Declaration
newlineInCode : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3043
ordered List
orderedList : { toggleOrderedList : () => ReturnType }
Type Declaration
toggleOrderedList : () => ReturnType
Defined in node_modules/@tiptap/extension-list/dist/index.d.ts:165
paragraph
paragraph : { setParagraph : () => ReturnType }
Type Declaration
setParagraph : () => ReturnType
Defined in node_modules/@tiptap/extension-paragraph/dist/index.d.ts:13
reset Attributes
resetAttributes : { resetAttributes : ( typeOrName : string | NodeType | MarkType , attributes : string | string [] , ) => ReturnType ; }
Type Declaration
resetAttributes : ( typeOrName : string | NodeType | MarkType , attributes : string | string [] , ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3056
scrollIntoView : { scrollIntoView : () => ReturnType }
Type Declaration
scrollIntoView : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3071
select All
selectAll : { selectAll : () => ReturnType }
Type Declaration
selectAll : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3084
select Node Backward
selectNodeBackward : { selectNodeBackward : () => ReturnType }
Type Declaration
selectNodeBackward : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3097
select Node Forward
selectNodeForward : { selectNodeForward : () => ReturnType }
Type Declaration
selectNodeForward : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3110
select Parent Node
selectParentNode : { selectParentNode : () => ReturnType }
Type Declaration
selectParentNode : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3123
select Textblock End
selectTextblockEnd : { selectTextblockEnd : () => ReturnType }
Type Declaration
selectTextblockEnd : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3136
select Textblock Start
selectTextblockStart : { selectTextblockStart : () => ReturnType }
Type Declaration
selectTextblockStart : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3149
set Content
Defined in node_modules/@tiptap/core/dist/index.d.ts:3178
set Mark
setMark : { setMark : ( typeOrName : string | MarkType , attributes ?: Record < string , any > , ) => ReturnType ; }
Type Declaration
setMark : ( typeOrName : string | MarkType , attributes ?: Record < string , any > ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3202
setMeta : { setMeta : ( key : string | Plugin < any > | PluginKey < any > , value : any , ) => ReturnType ; }
Type Declaration
setMeta : ( key : string | Plugin < any > | PluginKey < any > , value : any ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3216
set Node
setNode : { setNode : ( typeOrName : string | NodeType , attributes ?: Record < string , any > , ) => ReturnType ; }
Type Declaration
setNode : ( typeOrName : string | NodeType , attributes ?: Record < string , any > ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3231
set Node Selection
setNodeSelection : { setNodeSelection : ( position : number ) => ReturnType }
Type Declaration
setNodeSelection : ( position : number ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3246
set Text Direction
setTextDirection : { setTextDirection : ( direction : "rtl" | "ltr" | "auto" , position ?: number | Range , ) => ReturnType ; }
Type Declaration
setTextDirection : ( direction : "rtl" | "ltr" | "auto" , position ?: number | Range ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3260
set Text Selection
setTextSelection : { setTextSelection : ( position : number | Range ) => ReturnType }
Type Declaration
setTextSelection : ( position : number | Range ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3277
sink List Item
sinkListItem : { sinkListItem : ( typeOrName : string | NodeType ) => ReturnType }
Type Declaration
sinkListItem : ( typeOrName : string | NodeType ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3291
span
span : { setSpanStyle : ( styles ?: string ) => ReturnType ; toggleSpanStyle : ( styles ?: string ) => ReturnType ; unsetSpanStyle : ( styles ?: string ) => ReturnType ; }
split Block
splitBlock : { splitBlock : ( options ?: { keepMarks ?: boolean } ) => ReturnType }
Type Declaration
splitBlock : ( options ?: { keepMarks ?: boolean } ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3305
split List Item
splitListItem : { splitListItem : ( typeOrName : string | NodeType , overrideAttrs ?: Record < string , any > , ) => ReturnType ; }
Type Declaration
splitListItem : ( typeOrName : string | NodeType , overrideAttrs ?: Record < string , any > , ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3322
strike
strike : { setStrike : () => ReturnType ; toggleStrike : () => ReturnType ; unsetStrike : () => ReturnType ; }
Type Declaration
setStrike : () => ReturnType
toggleStrike : () => ReturnType
unsetStrike : () => ReturnType
Defined in node_modules/@tiptap/extension-strike/dist/index.d.ts:13
subscript
subscript : { setSubscript : () => ReturnType ; toggleSubscript : () => ReturnType ; unsetSubscript : () => ReturnType ; }
Type Declaration
setSubscript : () => ReturnType
toggleSubscript : () => ReturnType
unsetSubscript : () => ReturnType
Defined in node_modules/@tiptap/extension-subscript/dist/index.d.ts:13
superscript
superscript : { setSuperscript : () => ReturnType ; toggleSuperscript : () => ReturnType ; unsetSuperscript : () => ReturnType ; }
Type Declaration
setSuperscript : () => ReturnType
toggleSuperscript : () => ReturnType
unsetSuperscript : () => ReturnType
Defined in node_modules/@tiptap/extension-superscript/dist/index.d.ts:13
table
table : { addColumnAfter : () => ReturnType ; addColumnBefore : () => ReturnType ; addRowAfter : () => ReturnType ; addRowBefore : () => ReturnType ; deleteColumn : () => ReturnType ; deleteRow : () => ReturnType ; deleteTable : () => ReturnType ; fixTables : () => ReturnType ; goToNextCell : () => ReturnType ; goToPreviousCell : () => ReturnType ; insertTable : ( options ?: { cols ?: number ; rows ?: number ; withHeaderRow ?: boolean } , ) => ReturnType ; mergeCells : () => ReturnType ; mergeOrSplit : () => ReturnType ; setCellAttribute : ( name : string , value : any ) => ReturnType ; setCellSelection : ( position : { anchorCell : number ; headCell ?: number } , ) => ReturnType ; splitCell : () => ReturnType ; toggleHeaderCell : () => ReturnType ; toggleHeaderColumn : () => ReturnType ; toggleHeaderRow : () => ReturnType ; }
Type Declaration
addColumnAfter : () => ReturnType
addColumnBefore : () => ReturnType
addRowAfter : () => ReturnType
addRowBefore : () => ReturnType
deleteColumn : () => ReturnType
deleteRow : () => ReturnType
deleteTable : () => ReturnType
fixTables : () => ReturnType
goToNextCell : () => ReturnType
goToPreviousCell : () => ReturnType
insertTable : ( options ?: { cols ?: number ; rows ?: number ; withHeaderRow ?: boolean } , ) => ReturnType
mergeCells : () => ReturnType
mergeOrSplit : () => ReturnType
setCellAttribute : ( name : string , value : any ) => ReturnType
setCellSelection : ( position : { anchorCell : number ; headCell ?: number } ) => ReturnType
splitCell : () => ReturnType
toggleHeaderCell : () => ReturnType
toggleHeaderColumn : () => ReturnType
toggleHeaderRow : () => ReturnType
Defined in node_modules/@tiptap/extension-table/dist/index.d.ts:115
task List
taskList : { toggleTaskList : () => ReturnType }
Type Declaration
toggleTaskList : () => ReturnType
Defined in node_modules/@tiptap/extension-list/dist/index.d.ts:316
text Align
textAlign : { setTextAlign : ( alignment : string ) => ReturnType ; toggleTextAlign : ( alignment : string ) => ReturnType ; unsetTextAlign : () => ReturnType ; }
Type Declaration
setTextAlign : ( alignment : string ) => ReturnType
toggleTextAlign : ( alignment : string ) => ReturnType
unsetTextAlign : () => ReturnType
Defined in node_modules/@tiptap/extension-text-align/dist/index.d.ts:25
text Indent
textIndent : { textIndent : () => ReturnType ; textOutdent : () => ReturnType }
text Style
textStyle : { removeEmptyTextStyle : () => ReturnType ; toggleTextStyle : ( attributes ?: TextStyleAttributes ) => ReturnType ; }
Type Declaration
removeEmptyTextStyle : () => ReturnType
toggleTextStyle : ( attributes ?: TextStyleAttributes ) => ReturnType
Defined in node_modules/@tiptap/extension-text-style/dist/index.d.ts:21
toggle List
toggleList : { toggleList : ( listTypeOrName : string | NodeType , itemTypeOrName : string | NodeType , keepMarks ?: boolean , attributes ?: Record < string , any > , ) => ReturnType ; }
Type Declaration
toggleList : ( listTypeOrName : string | NodeType , itemTypeOrName : string | NodeType , keepMarks ?: boolean , attributes ?: Record < string , any > , ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3337
toggle Mark
toggleMark : { toggleMark : ( typeOrName : string | MarkType , attributes ?: Record < string , any > , options ?: { extendEmptyMarkRange ?: boolean } , ) => ReturnType ; }
Type Declaration
toggleMark : ( typeOrName : string | MarkType , attributes ?: Record < string , any > , options ?: { extendEmptyMarkRange ?: boolean } , ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3354
toggle Node
toggleNode : { toggleNode : ( typeOrName : string | NodeType , toggleTypeOrName : string | NodeType , attributes ?: Record < string , any > , ) => ReturnType ; }
Type Declaration
toggleNode : ( typeOrName : string | NodeType , toggleTypeOrName : string | NodeType , attributes ?: Record < string , any > , ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3383
toggle Wrap
toggleWrap : { toggleWrap : ( typeOrName : string | NodeType , attributes ?: Record < string , any > , ) => ReturnType ; }
Type Declaration
toggleWrap : ( typeOrName : string | NodeType , attributes ?: Record < string , any > ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3399
umbEmbeddedMedia : { setEmbeddedMedia : ( options : { constrain ?: boolean ; height ?: string ; markup : string ; url : string ; width ?: string ; } , ) => ReturnType ; }
umb Link
umbLink : { ensureUmbLink : ( attributes : { "data-anchor" ?: string | null ; href : string ; target ?: string | null ; title ?: string | null ; type : string ; } , ) => ReturnType ; setUmbLink : ( attributes : { "data-anchor" ?: string | null ; href : string ; target ?: string | null ; title ?: string | null ; type : string ; } , ) => ReturnType ; unsetUmbLink : () => ReturnType ; }
umb Rte Block
umbRteBlock : { setBlock : ( options : { contentKey : string } ) => ReturnType }
umb Rte Block Inline
umbRteBlockInline : { setBlockInline : ( options : { contentKey : string } ) => ReturnType ; }
underline
underline : { setUnderline : () => ReturnType ; toggleUnderline : () => ReturnType ; unsetUnderline : () => ReturnType ; }
Type Declaration
setUnderline : () => ReturnType
toggleUnderline : () => ReturnType
unsetUnderline : () => ReturnType
Defined in node_modules/@tiptap/extension-underline/dist/index.d.ts:13
undoInputRule : { undoInputRule : () => ReturnType }
Type Declaration
undoInputRule : () => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3414
undo Redo
undoRedo : { redo : () => ReturnType ; undo : () => ReturnType }
Type Declaration
redo : () => ReturnType
undo : () => ReturnType
Defined in node_modules/@tiptap/extensions/dist/index.d.ts:285
unset All Marks
unsetAllMarks : { unsetAllMarks : ( options ?: { ignoreClearable ?: boolean } ) => ReturnType ; }
Type Declaration
unsetAllMarks : ( options ?: { ignoreClearable ?: boolean } ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3427
unset Mark
unsetMark : { unsetMark : ( typeOrName : string | MarkType , options ?: { extendEmptyMarkRange ?: boolean } , ) => ReturnType ; }
Type Declaration
unsetMark : ( typeOrName : string | MarkType , options ?: { extendEmptyMarkRange ?: boolean } , ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3445
unset Text Direction
unsetTextDirection : { unsetTextDirection : ( position ?: number | Range ) => ReturnType ; }
Type Declaration
unsetTextDirection : ( position ?: number | Range ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3469
update Attributes
updateAttributes : { updateAttributes : ( typeOrName : string | NodeType | MarkType , attributes : Record < string , any > , ) => ReturnType ; }
Type Declaration
updateAttributes : ( typeOrName : string | NodeType | MarkType , attributes : Record < string , any > , ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3485
wrap In
wrapIn : { wrapIn : ( typeOrName : string | NodeType , attributes ?: Record < string , any > , ) => ReturnType ; }
Type Declaration
wrapIn : ( typeOrName : string | NodeType , attributes ?: Record < string , any > ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3508
wrap In List
wrapInList : { wrapInList : ( typeOrName : string | NodeType , attributes ?: Record < string , any > , ) => ReturnType ; }
Type Declaration
wrapInList : ( typeOrName : string | NodeType , attributes ?: Record < string , any > ) => ReturnType
Defined in node_modules/@tiptap/core/dist/index.d.ts:3523
Set the text color