RevoGrid Documentation v4.12.4 / PropertiesFunc
Type Alias: PropertiesFunc()
ts
type PropertiesFunc: (props: CellTemplateProp) => CellProps | void | undefined;
Parameters
Parameter | Type |
---|---|
props | CellTemplateProp |
Returns
CellProps
| void
| undefined