AdaptableDateEditorParams
Params used by the AdapTable Date Editor
TypeScript
export interface AdaptableDateEditorParams extendsExtends
ICellEditorParams
Properties
| Property |
|---|
| onValueChange |
Property Details
onValueChange
TypeScript
onValueChange?: (value: any) => void;Property Value
(value: any) => void