Interface JGOFMove

interface JGOFMove {
    blur?: number;
    color?: JGOFNumericPlayerColor;
    edited?: boolean;
    played_by?: number;
    player_update?: JGOFPlayerSummary;
    removal_reason?: string;
    sgf_downloaded_by?: number[];
    timedelta?: number;
    x: number;
    y: number;
}

Hierarchy (view full)

Properties

blur?: number
edited?: boolean
played_by?: number
player_update?: JGOFPlayerSummary
removal_reason?: string

Stone removal reasoning, primarily for debugging

sgf_downloaded_by?: number[]
timedelta?: number
x: number

Horizontal coordinate, counting left to right, starting with zero

y: number

Vertical coordinate, counting top to bottom, starting with zero