Search
Preparing search index...
The search index is not available
@northtech/ratatosk - v2.1.0
Options
All
Public
Public/Protected
All
Inherited
Menu
@northtech/ratatosk - v2.1.0
broadcasting-set
ElementChange
Interface ElementChange<ELEMENTTYPE, IDTYPE>
A change message carrying information about the change type, id and previous and new value.
Type parameters
ELEMENTTYPE
IDTYPE
Hierarchy
ElementChange
ElementChangeCreateUpdate
Index
Properties
id
new
Value
previous
Value
type
Properties
Readonly
id
id
:
IDTYPE
Optional
Readonly
new
Value
new
Value
?:
ELEMENTTYPE
Optional
Readonly
previous
Value
previous
Value
?:
ELEMENTTYPE
Readonly
type
type
:
"CREATE"
|
"UPDATE"
|
"DELETE"
Modules
broadcasting-
set
observable-
store
recently-
used-
list
url-
fragment
Element
Change
id
new
Value
previous
Value
type
A change message carrying information about the change type, id and previous and new value.