Annotation for nested objects
Function
Annotation for nested objects that should be hoisted to the parent object
When using hoist mode:
@nested.hoist @observable private list: Sample[] = [];// Key path for "list.0.value" becomes "0.value" Copy
@nested.hoist @observable private list: Sample[] = [];// Key path for "list.0.value" becomes "0.value"
Annotation for nested objects
Remarks