mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
15 lines
365 B
Markdown
15 lines
365 B
Markdown
---
|
|
nav-title: "data/observable How-To"
|
|
title: "How-To"
|
|
description: "Examples for using data/observable"
|
|
---
|
|
# Observable
|
|
Using Observable objects requires the "data/observable" module.
|
|
<snippet id='observable-require'/>
|
|
|
|
### Creating an Observable
|
|
<snippet id='observable-creating'/>
|
|
|
|
### Responding to property changes
|
|
<snippet id='observable-property-change'/>
|