Preparing search index...
The search index is not available
goban
goban
BoardConfig
Interface BoardConfig
interface
BoardConfig
{
black_prisoners
?:
number
;
board
?:
JGOFNumericPlayerColor
[]
[]
;
board_is_repeating
?:
boolean
;
height
?:
number
;
isobranch_hash
?:
string
;
player
?:
JGOFNumericPlayerColor
;
removal
?:
boolean
[]
[]
;
white_prisoners
?:
number
;
width
?:
number
;
}
Hierarchy (
view full
)
BoardConfig
GobanEngineConfig
PuzzleConfig
Implemented by
BoardState
Index
Properties
black_
prisoners?
board?
board_
is_
repeating?
height?
isobranch_
hash?
player?
removal?
white_
prisoners?
width?
Properties
Optional
black_
prisoners
black_
prisoners
?:
number
Optional
board
board
?:
JGOFNumericPlayerColor
[]
[]
Optional
board_
is_
repeating
board_
is_
repeating
?:
boolean
Optional
height
height
?:
number
Optional
isobranch_
hash
isobranch_
hash
?:
string
Optional
player
player
?:
JGOFNumericPlayerColor
Optional
removal
removal
?:
boolean
[]
[]
Optional
white_
prisoners
white_
prisoners
?:
number
Optional
width
width
?:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
black_
prisoners
board
board_
is_
repeating
height
isobranch_
hash
player
removal
white_
prisoners
width
goban
Loading...