vlocode-project - v1.40.0-beta-4
Preparing search index...
util/src
ArrayChangedEventArgs
Interface ArrayChangedEventArgs<T>
interface
ArrayChangedEventArgs
<
T
>
{
index
:
number
;
newValues
?:
T
[]
;
oldValues
?:
T
[]
;
type
:
"replace"
|
"add"
|
"remove"
;
}
Type Parameters
T
Index
Properties
index
new
Values?
old
Values?
type
Properties
index
index
:
number
Optional
new
Values
newValues
?:
T
[]
Optional
old
Values
oldValues
?:
T
[]
type
type
:
"replace"
|
"add"
|
"remove"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
index
new
Values
old
Values
type
vlocode-project - v1.40.0-beta-4
Loading...