react.columnselectfunction.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/react > ColumnSelectFunction
ColumnSelectFunction type
Signature:
export type ColumnSelectFunction = (evt?: React.MouseEvent<HTMLElement>, column?: IColumn | undefined) => void;