Ns Observable Array Change Events

Use when handling ObservableArray change events (on('change', ...), ChangedData, args.action/index/addedCount/removed) or when a list misses updates after array.length = n — length assignments emit 'splice' (never add/delete), push reports the pre-push index, setItem's removed holds the old value, and the ObservableArray constructor has a numeric-arity trap.

nativescript f4cceef 4.2 KB Updated

File contents

nativescript/skills/tree/main/skills/core/ns-observable-array-change-events commit f4cceef2e4

Frequently asked questions

npx skillmds@latest add nativescript/ns-observable-array-change-events