Skip to content

MobileCRM.ObservableObject.addProp

rescocrm edited this page May 15, 2023 · 3 revisions

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.

Clone this wiki locally