vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface TextRange

    interface TextRange {
        end: TextPosition;
        start: TextPosition;
    }
    Index

    Properties

    Properties