-
Notifications
You must be signed in to change notification settings - Fork 26
MobileCRM.ObservableObject
rescocrm edited this page Sep 27, 2021
·
4 revisions
Represents a generic object which is monitoring the changes of its properties.
Property | Type | Description |
---|
Method | Description |
---|---|
constructor | Constructs an instance of MobileCRM.ObservableObject object. |
addProp | Creates a new observable property for this object |
getChanged | Creates a clone of this object containing all properties that were changed since object construction. |
runCallback | Invokes callback passing this instance of ObservableObject as argument. |
setTypedValue | [v8.0] Sets the explicitly typed value for specified property. |