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:2380 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:2393 clear Nodes clearNodes : { clearNodes : () => ReturnType }
Type Declaration clearNodes : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2411 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:2424 create Paragraph Near createParagraphNear : { createParagraphNear : () => ReturnType }
Type Declaration createParagraphNear : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2442 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:2455 delete Current Node deleteCurrentNode : { deleteCurrentNode : () => ReturnType }
Type Declaration deleteCurrentNode : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2475 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:2488 delete Range deleteRange : { deleteRange : ( range : Range ) => ReturnType } Type Declaration deleteRange : ( range : Range ) => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2502 delete Selection deleteSelection : { deleteSelection : () => ReturnType }
Type Declaration deleteSelection : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2516 enter enter : { enter : () => ReturnType }
Defined in node_modules/@tiptap/core/dist/index.d.ts:2529 exit Code exitCode : { exitCode : () => ReturnType }
Type Declaration exitCode : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2542 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:2555 first Defined in node_modules/@tiptap/core/dist/index.d.ts:2579 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:2593 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:2620 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:2646 insert Content At Defined in node_modules/@tiptap/core/dist/index.d.ts:2690 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:2729 join Down joinDown : { joinDown : () => ReturnType }
Type Declaration joinDown : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2722 join Forward joinForward : { joinForward : () => ReturnType }
Type Declaration joinForward : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2738 join Item Backward joinItemBackward : { joinItemBackward : () => ReturnType }
Type Declaration joinItemBackward : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2756 join Item Forward joinItemForward : { joinItemForward : () => ReturnType }
Type Declaration joinItemForward : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2769 join Textblock Backward joinTextblockBackward : { joinTextblockBackward : () => ReturnType }
Type Declaration joinTextblockBackward : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2782 join Textblock Forward joinTextblockForward : { joinTextblockForward : () => ReturnType }
Type Declaration joinTextblockForward : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2794 join Up joinUp : { joinUp : () => ReturnType }
Defined in node_modules/@tiptap/core/dist/index.d.ts:2715 keyboard Shortcut keyboardShortcut : { keyboardShortcut : ( name : string ) => ReturnType }
Type Declaration keyboardShortcut : ( name : string ) => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2806 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:2820 lift Empty Block liftEmptyBlock : { liftEmptyBlock : () => ReturnType }
Type Declaration liftEmptyBlock : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2836 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:2849 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:2863 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:2876 scrollIntoView : { scrollIntoView : () => ReturnType }
Type Declaration scrollIntoView : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2891 select All selectAll : { selectAll : () => ReturnType }
Type Declaration selectAll : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2904 select Node Backward selectNodeBackward : { selectNodeBackward : () => ReturnType }
Type Declaration selectNodeBackward : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2917 select Node Forward selectNodeForward : { selectNodeForward : () => ReturnType }
Type Declaration selectNodeForward : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2930 select Parent Node selectParentNode : { selectParentNode : () => ReturnType }
Type Declaration selectParentNode : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2943 select Textblock End selectTextblockEnd : { selectTextblockEnd : () => ReturnType }
Type Declaration selectTextblockEnd : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2956 select Textblock Start selectTextblockStart : { selectTextblockStart : () => ReturnType }
Type Declaration selectTextblockStart : () => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:2969 set Content Defined in node_modules/@tiptap/core/dist/index.d.ts:2998 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:3022 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:3036 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:3051 set Node Selection setNodeSelection : { setNodeSelection : ( position : number ) => ReturnType }
Type Declaration setNodeSelection : ( position : number ) => ReturnType Defined in node_modules/@tiptap/core/dist/index.d.ts:3066 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:3080 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:3097 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:3111 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:3125 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:3142 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: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 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:3157 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:3174 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:3203 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:3219 umbEmbeddedMedia : { setEmbeddedMedia : ( options : { constrain ?: boolean ; height ?: string ; markup : string ; url : string ; width ?: string ; } , ) => ReturnType ; }
umb Link umbLink : { ensureUmbLink : ( attributes : { "data-anchor" ?: null | string ; href : string ; target ?: null | string ; title ?: null | string ; type : string ; } , ) => ReturnType ; 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:3234 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:3247 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:3260 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:3284 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:3300 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:3323 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:3338
Set the text color