Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. const onChange = (key: string) => (change: IValueDidChange<any>) => {
  2. console.log(`object ${change.object} property ${key} changed, was ${change.oldValue}, now ${change.newValue}`);
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement