Skip to content

Commit 7420f51

Browse files
docs: update window state option example
Closes #43
1 parent c0bfa12 commit 7420f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tutorial/window/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ the official reactive GUI component library.
4949
* `position: {top?: number, left?: nubmer} | string` Position object or a string (ex: `center`, `topleft`, `bottomright`, etc)
5050
* `dimension: {width?: number, height?: number}` Dimension object
5151
* `attributes` A set of attributes
52-
* `state` Default state
52+
* `state: {maximized?: boolean, minimized?: boolean}` Default state
5353

5454
Example:
5555

0 commit comments

Comments
 (0)