Dynamic Key (in js)

See also:

Dynamic Key (in js)
The square braces are used for creating dynamic keys:

[utils.asGridCoord(7,6)]

asGridCoord(x, y){
return ${x*16},${y*16}
}

Resources