R
fn

inlineLength

tested

Total length of inline content in UTF-16 code units (DOM-offset compatible).

Signature

ts
export function inlineLength(inline: Inline): number{ ... }

Parameters

ParameterTypeDescription
inlineInline

Returns

number