@revolist/revogrid / PropertiesFunc
Type Alias: PropertiesFunc()
ts
type PropertiesFunc: (props: CellTemplateProp) => CellProps | void | undefined;
Parameters
Parameter | Type |
---|---|
props | CellTemplateProp |
Returns
CellProps
| void
| undefined