Skip to content

Commit ef3cf53

Browse files
chore(readme)
1 parent 844c6fc commit ef3cf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This component does not depend on any other package, except Vue 3
8282
| model-value | *none* | undefined | JS or VueJS object or primitive |
8383
| id | *empty* | String, Number | If empty, id will be auto-generated, id is used in `save` and `saveFocus` modes, to store opened & focused elements |
8484
| name | *empty* | String | The name of the object |
85-
| get-own-properties | *false* | Boolean | Gets all objects' properties including the prototype properties, useful to get all properties of classes. |
85+
| get-all-properties | *false* | Boolean | Gets all objects' properties including the prototype properties, useful to get all properties of classes. |
8686
| open-level | `0` | Number, String, Array | Default is `0` or folded. Number or String like (1 or '2' or 3) will open all levels up to that level. Array of levels like [2,3,5] will pre-open specifically those levels only, if 0 is not specified, it will still be folded initially. |
8787
| open-specific | `[]` | Array | Array of elements to pre-open. For ex. `window` object, has `window.navigator` and `window.history`, history has `window.history.state` objects. To pre-open them specify [`'window'`,`'window.history'`,`'window.history.state'`] or just `['window.history.state']` as it requires all of the above objects to be open already. If objects are not descendants then specify separately like this `['window.history.state',` ` 'window.navigator']` |
8888
| focus | `null` | String, Number | Focus element to open, similar to òpen-specific`, but just 1 item. The browser will open and scroll to that element if it is specified. |

0 commit comments

Comments
 (0)