Trilium Frontend API
    Preparing search index...

    Class Range<T>

    A range associates a value with a range of positions.

    Type Parameters

    Index

    Properties

    Properties

    from: number

    The range's start position.

    to: number

    Its end position.

    value: T

    The value associated with this range.