FdcGridRowFocusEvent typedef
FdcGridRowFocusEvent =
FdcFieldFocusCallback<Object?>
Receives row focus enter/exit notifications emitted by grid navigation.
Row indexes are zero-based indexes in the current grid view. When a focus move crosses multiple scopes, exit callbacks run before enter callbacks.
Implementation
typedef FdcGridRowFocusEvent = FdcFieldFocusCallback<Object?>;