Board Module
Javascript Class for Chess Board and Pieces on the board JSON config type: chess.view.board.Board
Example:
children:[
{
type:'chess.view.board.Board',
labels:true,
weight:1,
addons:[
{
type:'chess.view.highlight.Arrow',
properties:{
'stroke-width' : 0
}
}
]
}
]
This module provides the following classes: