KC's Workspace
    Preparing search index...
    interface Range {
        end: Node.Position;
        start: Node.Position;
    }
    Index

    Properties

    Properties

    End position, exclusive.

    start: Node.Position

    Start position, inclusive.