Set element position on screen
Description:
Set the element to a fixed position on the screen.
It can be placed at:
- top-left – top left of view port
- top-center – top center of view port
- top-right – top right of view port
- bottom-left – bottom left of view port
- bottom-center – bottom center of view port
- bottom-right – top right of view port
- center-screen – in the middle of view port
{
"type": "fixed_position",
"action": "set",
"args": {
"element": "my-element",
"position": "top-center",
"margin": 10
}
}