NativeScript
Open main menu
Docs
@nativescript/core
Open NativeScript GitHub
Close menu
Docs
@nativescript/core
Search Anything
Preparing search index...
The search index is not available
NativeScript
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
@nativescript/core
ChangedData
Interface ChangedData<T>
Modules
Changed
Data
action
added
Count
event
Name
index
object
removed
Event args for "changed" event.
Type parameters
T
Hierarchy
EventData
Index
Properties
action
added
Count
event
Name
index
object
removed
Properties
action
action
:
string
Change type.
added
Count
added
Count
:
number
Number of added items.
event
Name
event
Name
:
string
index
index
:
number
Start index.
object
object
:
Partial
<
Observable
>
removed
removed
:
T[]
Removed items.
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Event args for "changed" event.