mirror of
https://github.com/He4eT/cheap-glkote.git
synced 2026-05-04 16:37:23 +00:00
Update README.md
This commit is contained in:
parent
ad163ef466
commit
1c0e29e4b7
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ const { Dialog, GlkOte, send } =
|
||||||
```js
|
```js
|
||||||
send('open door', inputType, targetWindow)
|
send('open door', inputType, targetWindow)
|
||||||
```
|
```
|
||||||
You can receive `inputType` and `id` of `targetWindow` in `onUpdateInputs` handler.<br>
|
You can obtain `inputType` and `id` of `targetWindow` inside the `onUpdateInputs` handler.<br>
|
||||||
You can receive `targetWindow` by its `is` in `onUpdateWindows` handler.<br>
|
You can specify `targetWindow` by its `id` inside the `onUpdateWindows` handler.<br>
|
||||||
As I know, `inputType` can be `line` or `char`.
|
As I know, `inputType` can be `line` or `char`.
|
||||||
|
|
||||||
### Output and lifecycle
|
### Output and lifecycle
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue