Preparing search index...
The search index is not available
shogi.js
shogi.js
IMove
Interface IMove
Hierarchy
IMove
Index
Properties
color?
from?
kind?
to
Properties
Optional
color
color
?:
Color
Optional
from
from
?:
{
x
:
number
;
y
:
number
;
}
Type declaration
x
:
number
y
:
number
Optional
kind
kind
?:
"FU"
|
"KY"
|
"KE"
|
"GI"
|
"KI"
|
"KA"
|
"HI"
|
"OU"
|
"TO"
|
"NY"
|
"NK"
|
"NG"
|
"UM"
|
"RY"
to
to
:
{
x
:
number
;
y
:
number
;
}
Type declaration
x
:
number
y
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
shogi.js
IMove
color?
from?
kind?
to
Generated using
TypeDoc