Properties
autocomplete
autocomplete: ((arg0, arg1, arg2) => void)
Type declaration
-
- (arg0, arg1, arg2): void
-
Parameters
-
arg0: Event
-
arg1: T
-
arg2: Dataset<T>
Returns void
change
change: ((arg0, arg1) => void)
Type declaration
-
- (arg0, arg1): void
-
Returns void
close
close: (() => void)
cursorchange
cursorchange: ((arg0, arg1, arg2) => void)
Type declaration
-
- (arg0, arg1, arg2): void
-
Parameters
-
arg0: Event
-
arg1: T
-
arg2: Dataset<T>
Returns void
datasetsempty
datasetsempty: ((arg0, arg1, arg2) => void)
Type declaration
-
- (arg0, arg1, arg2): void
-
Parameters
-
arg0: Event
-
arg1: string
-
arg2: boolean
Returns void
select
select: ((arg0, arg1, arg2) => void)
Type declaration
-
- (arg0, arg1, arg2): void
-
Parameters
-
arg0: Event
-
arg1: T
-
arg2: Dataset<T>
Returns void