Type Alias GetRadioEditorGroup<T>

GetRadioEditorGroup<T>: ((target: {
    col: number;
    grid: ListGridAPI<T>;
    row: number;
}) => CellAddress[])

Type Parameters

  • T