Ns Observable Set Semantics

Use when Observable.set() doesn't fire propertyChange, when vm.someProp reads null while vm.get('someProp') works (fromObject accessor gap), when a View's propertyChange listener never fires (views raise textChange/checkedChange-style events instead), or when a listener won't detach or once('tap') keeps firing — set() compares by reference (WrappedValue.wrap is the escape hatch), fromObject only creates accessors for creation-time keys, and comma-joined event names subscribe to nothing.

nativescript 1e97d0d 4.4 KB Updated

File contents

nativescript/skills/tree/main/skills/core/ns-observable-set-semantics commit 1e97d0d2a4

Frequently asked questions

npx skillmds@latest add nativescript/ns-observable-set-semantics