Nutrient Web SDK
    Preparing search index...

    Type Alias Range

    Describes a range within a document.

    type Range = {
        length: number;
        position: number;
    }
    Index

    Properties

    Properties

    length: number

    The length of the range.

    position: number

    The starting position of the range.