R
fn

insertInline

tested

Insert inline `content` (preserving its marks) at character `offset`.

Signature

ts
export function insertInline(inline: Inline, offset: number, content: Inline): Inline{ ... }

Parameters

ParameterTypeDescription
inlineInline
offsetnumber
contentInline

Returns

Inline