WrappedValue | API - NativeScript

Helper class that is used to fire property change even when real object is the same. By default property change will not be fired for a same object. By wrapping object into a WrappedValue instance `same object restriction` will be passed.

Summary

Constructors

constructor

Creates an instance of WrappedValue object.

Properties

wrapped

Property which holds the real value.

Methods

Gets the real value of previously wrappedValue.

Returns an instance of WrappedValue. The actual instance is get from a WrappedValues pool.

Previous
WrapLayout

Next
XmlParser