Type: object
Attribute | Type | Description |
---|---|---|
id | string | The unique id of the screen node |
type | string ("ScreenNode" ) | - |
position | Flow Board Position | - |
screen | Object Reference | - |
Example
{
"id": "610cd30ff252160033aa5ab9",
"type": "ScreenNode",
"screen": {
"id": "60019c81b51d170c91de7623"
},
"position": {
"x": 23,
"y": 45
}
}