Interface FoundPositions

Contains 0-based positions of matched objects.

interface FoundPositions {
    @type: "foundPositions";
    positions: number[];
    total_count: number;
}

Properties

@type: "foundPositions"
positions: number[]

The positions of the matched objects.

total_count: number

Total number of matched objects.