mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
434 B
434 B
nav-title | title | environment | description | previous_url |
---|---|---|---|---|
data/observable How-To | observable | nativescript | Examples for using data/observable | /ApiReference/data/observable/HOW-TO |
Observable
Using Observable objects requires the "data/observable" module. {%snippet observable-require%}
Creating an Observable
{%snippet observable-creating%}
Responding to property changes
{%snippet observable-property-change%}