R
fn

removeMarkInline

tested

Remove every mark of `markType` across `[from, to)`.

Signature

ts
export function removeMarkInline(inline: Inline, from: number, to: number, markType: string): Inline{ ... }

Parameters

ParameterTypeDescription
inlineInline
fromnumber
tonumber
markTypestring

Returns

Inline