FdcGridCellFocusEvent typedef
FdcGridCellFocusEvent =
FdcFieldFocusCallback<Object?>
Receives cell focus enter/exit notifications after the grid resolves a focus transition.
The context reports source and destination row/column coordinates plus the focus-change reason. The callback is notification-only and has no return value for cancelling the transition.
Implementation
typedef FdcGridCellFocusEvent = FdcFieldFocusCallback<Object?>;