Interface FoundPosition

Contains 0-based match position.

interface FoundPosition {
    @type: "foundPosition";
    position: number;
}

Properties

Properties

@type: "foundPosition"
position: number

The position of the match.