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