CustomEvent.detail for every bubbling grid DOM event constructed by the internal fireGameGridEvent helper used in GameGrid.
Remarks
gameGridInstance is always present. IMoveEventDetail fields are set on MOVE_* (and wrap / boundary) events. The index signature reserves space for callers who forward extra fields via that helper's data argument.
CustomEvent.detailfor every bubbling grid DOM event constructed by the internalfireGameGridEventhelper used in GameGrid.Remarks
gameGridInstanceis always present. IMoveEventDetail fields are set onMOVE_*(and wrap / boundary) events. The index signature reserves space for callers who forward extra fields via that helper'sdataargument.Example