src/core/smart-session-context/SessionContext.ts
Represents a contextChanged event argument.
Properties |
| custom |
Type : boolean
|
|
Indicates whether the changed property is a custom one. |
| delete |
Type : boolean
|
|
Indicates whether the property has been deleted from the session context. |
| new |
Type : boolean
|
|
Indicates whether the property has just been created within the session context. |
| newValue |
Type : any
|
|
The new value of the changed property. |
| oldValue |
Type : any
|
|
The old value of the changed property. |
| property |
Type : string
|
|
The name of the changed property. |
| update |
Type : boolean
|
|
Indicates whether the property has been updated. |