@@ -114,22 +114,20 @@ Model states calulates reactivly based on the events which was emitted from mode
114
114
115
115
Supported states out of the box:
116
116
117
- * ` isReading ` - The model is currently loading (read request sended to the server)
118
- * ` isHaveReadingError ` - The model is have read error
119
- * ` isChanged ` - The model is was changed
120
- * ` isHaveValidationError ` - The model is have validation error
121
- * ` isUpdating ` - The model is currently updating (update requiest sended to the server)
122
- * ` isHaveUpdatingError ` - The model is have update error
123
- * ` isNew ` - The model is newly created, but was not sended to the server
124
- * ` isCreating ` - The model is currently creating (create request was send to server)
125
- * ` isHaveCreatingError ` - The model is have create error
126
- * ` isDeleting ` - The model is currently deleting (delete request was sent to server)
127
- * ` isHaveDeletingError ` - The model is have delete error
128
- * ` isDeleted ` - The model is was deleted
129
- * ` isPending ` - Model is in process of reading, or creating, or updating, or deleting
130
- * ` isHaveError ` - The model is have any type of error (read, create, update, delete), except validation
131
- * ` isSynced ` - The model is not changed and not in process
117
+ - ` isReading ` - The model is currently loading (read request sended to the server)
118
+ - ` isHaveReadingError ` - The model is have read error
119
+ - ` isChanged ` - The model is was changed
120
+ - ` isHaveValidationError ` - The model is have validation error
121
+ - ` isUpdating ` - The model is currently updating (update requiest sended to the server)
122
+ - ` isHaveUpdatingError ` - The model is have update error
123
+ - ` isNew ` - The model is newly created, but was not sended to the server
124
+ - ` isCreating ` - The model is currently creating (create request was send to server)
125
+ - ` isHaveCreatingError ` - The model is have create error
126
+ - ` isDeleting ` - The model is currently deleting (delete request was sent to server)
127
+ - ` isHaveDeletingError ` - The model is have delete error
128
+ - ` isDeleted ` - The model is was deleted
129
+ - ` isPending ` - Model is in process of reading, or creating, or updating, or deleting
130
+ - ` isHaveError ` - The model is have any type of error (read, create, update, delete), except validation
131
+ - ` isSynced ` - The model is not changed and not in process
132
132
133
133
Warn: LazyDB don't allow use ` _ ` and ` $ ` as start symbols for id
134
-
135
-
0 commit comments