
* docs: unify [!NOTE] structure * Update docs/api/command-line.md Co-authored-by: Niklas Wenzel <dev@nikwen.de> * Update docs/api/browser-window.md Co-authored-by: Niklas Wenzel <dev@nikwen.de> * Update docs/api/download-item.md Co-authored-by: Niklas Wenzel <dev@nikwen.de> * Update docs/api/global-shortcut.md Co-authored-by: Niklas Wenzel <dev@nikwen.de> * revert line break --------- Co-authored-by: Niklas Wenzel <dev@nikwen.de>
9 lines
240 B
Markdown
9 lines
240 B
Markdown
# Point Object
|
|
|
|
* `x` number
|
|
* `y` number
|
|
|
|
> [!NOTE]
|
|
> Both `x` and `y` must be whole integers, when providing a point object
|
|
> as input to an Electron API we will automatically round your `x` and `y` values
|
|
> to the nearest whole integer.
|