Skip to content

Feat: add observe #11

@imcuttle

Description

@imcuttle

https://mobx.js.org/refguide/observe.html
Usage: observe(target, propertyName?, listener, invokeImmediately?)

class Model extends Root {
  @observe('path')
  method(change) {
     console.log(change.oldValue, change.newValue)
  }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions