Fix the documentation of the absolute-position property

It is an `out` property (read-only)

Fixes #6174
This commit is contained in:
Olivier Goffart 2024-09-17 08:52:32 +02:00
parent a70b0494a5
commit 21d60b1050

View file

@ -11,7 +11,7 @@ These properties are valid on all visible items:
- **`x`** and **`y`** (_in_ _length_): The position of the element relative to its parent.
- **`z`** (_in_ _float_): Allows to specify a different order to stack the items with its siblings.
The value must be a compile time constant. (default value: 0)
- **`absolute-position`** (_in_ _Point_): The position of the element within the contained window.
- **`absolute-position`** (_out_ _Point_): The position of the element within the contained window.
### Layout