Theia API Documentation v1.65.0
    Preparing search index...

    A range representing the match region.

    interface Range {
        length: number;
        offset: number;
    }
    Index

    Properties

    Properties

    length: number

    The length of the match region.

    offset: number

    The zero based offset of the match region.