Skip to content

Commit e08957b

Browse files
committed
homeArtboard API changes
1 parent 7f63665 commit e08957b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

reference/interactions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ Animation style with which `"goToArtboard"` and `"overlay"` actions transition f
177177
### *interactions.homeArtboard : <code>?Artboard</code>*
178178
The starting Artboard seen when the interactive prototype is launched.
179179

180+
**Since**: XD 32
181+
In case there are multiple home artboards, this API returns only the top-left artboard among all of those home artboards.
182+
180183
**Kind**: static property of [<code>interactions</code>](#module_interactions)
181184
**Read only**: true
182185

reference/scenegraph.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,6 +1409,9 @@ Note: currently, this API excludes any applicable keyboard/gamepad interactions.
14091409

14101410
True if this is the starting Artboard seen when the interactive prototype is launched.
14111411

1412+
**Since**: XD 32
1413+
In case there are multiple interactive prototype experiences (flows), implying multiple home artboards, this API returns true only for the top-left artboard among all of those home artboards.
1414+
14121415
**Kind**: instance property of [<code>Artboard</code>](#Artboard)
14131416
**Read only**: true
14141417
**See**: [interactions.homeArtboard](./interactions.md#module_interactions-homeArtboard)

0 commit comments

Comments
 (0)