Skip to content

Commit 4ea3f30

Browse files
author
LeoVS09
committed
pretify readme
1 parent 09b4e24 commit 4ea3f30

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

README.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -114,22 +114,20 @@ Model states calulates reactivly based on the events which was emitted from mode
114114

115115
Supported states out of the box:
116116

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
132132

133133
Warn: LazyDB don't allow use `_` and `$` as start symbols for id
134-
135-

0 commit comments

Comments
 (0)