Return the loading state of fetching objects, adding a new object or saving objects.
Contains the observable parseMobx objects
OptionalparseContains the parse error object
If liveQuery subscription is open, the value will be false.
Clear error observable
Create and save an object to the list of observable objects.
Optionaloptions: CreateObjectOptionsDelete an object on the server and update hte objects list.
Optionaloptions: DeleteObjectOptionsFetch Objects from parse server and update the Objects list
OptionalparseQuery: Query<Object<Attributes>>Register a callback for onCreate
Register a callback for onDelete
Register a callback for onEnter
Register a callback for onLeave
Register a callback for onUpdate
Subscribe to liveQuery
OptionalparseQuery: Query<Object<Attributes>>Unsubscribe from LiveQuery
MobxStore Class