AdaptableDateEditorParams

Params used by the AdapTable Date Editor

TypeScript
export interface AdaptableDateEditorParams extends
Extends

ICellEditorParams

Properties

Property
onValueChange

Property Details

onValueChange

TypeScript
onValueChange?: (value: any) => void;
Property Value

(value: any) => void