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:2020 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:2032 clear Nodes clearNodes : { clearNodes : () => ReturnType }
Type Declaration clearNodes : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2049 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:44 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:2061 create Paragraph Near createParagraphNear : { createParagraphNear : () => ReturnType }
Type Declaration createParagraphNear : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2078 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:2090 delete Current Node deleteCurrentNode : { deleteCurrentNode : () => ReturnType }
Type Declaration deleteCurrentNode : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2109 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:2121 delete Range deleteRange : { deleteRange : ( range : Range ) => ReturnType } Type Declaration deleteRange : ( range : Range ) => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2134 delete Selection deleteSelection : { deleteSelection : () => ReturnType }
Type Declaration deleteSelection : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2147 enter enter : { enter : () => ReturnType }
Defined in node_modules/@tiptap/core/dist/index.d.ts:2159 exit Code exitCode : { exitCode : () => ReturnType }
Type Declaration exitCode : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2171 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:2183 first Defined in node_modules/@tiptap/core/dist/index.d.ts:2206 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:2219 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:2245 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:13 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:33 insert Content insertContent : { insertContent : ( value : Node | Content | Fragment , options ?: { applyInputRules ?: boolean ; applyPasteRules ?: boolean ; parseOptions ?: ParseOptions ; updateSelection ?: boolean ; } , ) => ReturnType ; } Type Declaration insertContent : ( value : Node | Content | Fragment , options ?: { applyInputRules ?: boolean ; applyPasteRules ?: boolean ; parseOptions ?: ParseOptions ; updateSelection ?: boolean ; } , ) => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2258 insert Content At insertContentAt : { insertContentAt : ( position : number | Range , value : Node | Content | Fragment , options ?: { applyInputRules ?: boolean ; applyPasteRules ?: boolean ; errorOnInvalidContent ?: boolean ; parseOptions ?: ParseOptions ; updateSelection ?: boolean ; } , ) => ReturnType ; } Type Declaration insertContentAt : ( position : number | Range , value : Node | Content | Fragment , options ?: { applyInputRules ?: boolean ; applyPasteRules ?: boolean ; errorOnInvalidContent ?: boolean ; parseOptions ?: ParseOptions ; updateSelection ?: boolean ; } , ) => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2290 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:2349 join Down joinDown : { joinDown : () => ReturnType }
Type Declaration joinDown : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2342 join Forward joinForward : { joinForward : () => ReturnType }
Type Declaration joinForward : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2358 join Item Backward joinItemBackward : { joinItemBackward : () => ReturnType }
Type Declaration joinItemBackward : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2372 join Item Forward joinItemForward : { joinItemForward : () => ReturnType }
Type Declaration joinItemForward : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2384 join Textblock Backward joinTextblockBackward : { joinTextblockBackward : () => ReturnType }
Type Declaration joinTextblockBackward : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2396 join Textblock Forward joinTextblockForward : { joinTextblockForward : () => ReturnType }
Type Declaration joinTextblockForward : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2407 join Up joinUp : { joinUp : () => ReturnType }
Defined in node_modules/@tiptap/core/dist/index.d.ts:2335 keyboard Shortcut keyboardShortcut : { keyboardShortcut : ( name : string ) => ReturnType }
Type Declaration keyboardShortcut : ( name : string ) => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2418 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:2431 lift Empty Block liftEmptyBlock : { liftEmptyBlock : () => ReturnType }
Type Declaration liftEmptyBlock : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2446 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:2458 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 ?: null | string ; href : string ; rel ?: null | string ; target ?: null | string ; } , ) => ReturnType ; toggleLink : ( attributes ?: { class ?: null | string ; href : string ; rel ?: null | string ; target ?: null | string ; } , ) => ReturnType ; unsetLink : () => ReturnType ; }
Type Declaration setLink : ( attributes : { class ?: null | string ; href : string ; rel ?: null | string ; target ?: null | string ; } , ) => ReturnType toggleLink : ( attributes ?: { class ?: null | string ; href : string ; rel ?: null | string ; target ?: null | string ; } , ) => ReturnType unsetLink : () => ReturnType Defined in node_modules/@tiptap/extension-link/dist/index.d.ts:111 newline In Code newlineInCode : { newlineInCode : () => ReturnType }
Type Declaration newlineInCode : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2471 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:2483 scrollIntoView : { scrollIntoView : () => ReturnType }
Type Declaration scrollIntoView : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2497 select All selectAll : { selectAll : () => ReturnType }
Type Declaration selectAll : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2509 select Node Backward selectNodeBackward : { selectNodeBackward : () => ReturnType }
Type Declaration selectNodeBackward : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2521 select Node Forward selectNodeForward : { selectNodeForward : () => ReturnType }
Type Declaration selectNodeForward : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2533 select Parent Node selectParentNode : { selectParentNode : () => ReturnType }
Type Declaration selectParentNode : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2545 select Textblock End selectTextblockEnd : { selectTextblockEnd : () => ReturnType }
Type Declaration selectTextblockEnd : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2557 select Textblock Start selectTextblockStart : { selectTextblockStart : () => ReturnType }
Type Declaration selectTextblockStart : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2569 set Content setContent : { setContent : ( content : Node | Content | Fragment , options ?: { emitUpdate ?: boolean ; errorOnInvalidContent ?: boolean ; parseOptions ?: ParseOptions ; } , ) => ReturnType ; } Type Declaration setContent : ( content : Node | Content | Fragment , options ?: { emitUpdate ?: boolean ; errorOnInvalidContent ?: boolean ; parseOptions ?: ParseOptions ; } , ) => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2581 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:2619 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:2632 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:2646 set Node Selection setNodeSelection : { setNodeSelection : ( position : number ) => ReturnType }
Type Declaration setNodeSelection : ( position : number ) => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2660 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:2673 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:2686 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:2699 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:2715 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:108 task List taskList : { toggleTaskList : () => ReturnType }
Type Declaration toggleTaskList : () => ReturnType Defined in node_modules/@tiptap/extension-list/dist/index.d.ts:251 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 Direction textDirection : { setTextDirection : ( direction : "rtl" | "ltr" | "auto" ) => ReturnType ; unsetTextDirection : () => ReturnType ; }
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:2729 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:2745 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:2773 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:2788 umbEmbeddedMedia : { setEmbeddedMedia : ( options : { constrain ?: boolean ; height ?: string ; markup : string ; url : string ; width ?: string ; } , ) => ReturnType ; }
umb Link umbLink : { setUmbLink : ( attributes : { "data-anchor" ?: null | string ; href : string ; target ?: null | string ; title ?: null | string ; 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:2802 undo Redo undoRedo : { redo : () => ReturnType ; undo : () => ReturnType }
Type Declaration redo : () => ReturnType undo : () => ReturnType Defined in node_modules/@tiptap/extensions/dist/index.d.ts:247 unset All Marks unsetAllMarks : { unsetAllMarks : () => ReturnType }
Type Declaration unsetAllMarks : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2814 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:2826 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:2849 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:2871 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:2885
Set the text color