MobileCRM.ObservableObject.addProp - Resconet/JSBridge GitHub Wiki
Creates a new observable property for this object
Arguments
Argument | Type | Description |
---|---|---|
name | String | A name of the new property. |
writable | Boolean | Indicates whether the property should have setter. |
value | An initial value. |