- Preparing search index...
- The search index is not available
shogi.js
Properties
Optional
data
data
?: { board
: { color
?: Color; kind
?: "FU" | "KY" | "KE" | "GI" | "KI" | "KA" | "HI" | "OU" | "TO" | "NY" | "NK" | "NG" | "UM" | "RY"; }[][]; color
: Color; hands
: HandSummary[]; }
Type declaration
-
board: {
color?: Color;
kind?: "FU" | "KY" | "KE" | "GI" | "KI" | "KA" | "HI" | "OU" | "TO" | "NY" | "NK" | "NG" | "UM" | "RY";
}[][]
-
-
hands: HandSummary[]