Package version:

Interface DocumentSpan

Contiguous region of the concatenated content property, specified as an offset and length.

Hierarchy

  • DocumentSpan

Properties

Properties

length: number

Number of characters in the content represented by the span.

offset: number

Zero-based index of the content represented by the span.

Generated using TypeDoc