Type Alias SelectRowUpdateType

SelectRowUpdateType: (
    type: "head" | "cell" | "custom",
    value: SelectedRowDataState | SelectedRowDataState[],
    shiftAdjacentRows?: SelectedRowDataState[],
) => void

Type declaration