You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -174,15 +174,15 @@ Animation style with which `"goToArtboard"` and `"overlay"` actions transition f
174
174
<aname="flowInfo"id="flowInfo"></a>
175
175
176
176
### Typedef flowInfo
177
-
A `flow` or a `design flow` can be defined as a series or set of artboards starting from one artboard (called a home artboard), which are connected to other artboards or screens via wires or interactions.
177
+
Information related to a particular flow
178
178
179
179
| Property | Type | Description |
180
180
| --- | --- | --- |
181
181
| name | string | User gesture or other event which will trigger the action. |
182
182
| homeArtboard |\| Artboard from which a particular flow or a prototype experience begins |
183
183
| url | string | URL is the latest published link associated with a particular flow and can be `null` in case no link is published for that flow |
184
184
185
-
NOTE: All `url` returned via {@link interactions#flows} are related to published flows and are usually a subset of the URLs returned via {@linkcloud#getSharedArtifacts}. However, the reverse may or may not always hold true.
185
+
NOTE: All `url` returned via [flows](#module_interactions-flows) are related to published flows and are usually a subset of the URLs returned via [getSharedArtifacts](./cloud.md#module_cloud-getSharedArtifacts). However, the reverse may or may not always hold true.
186
186
187
187
* * *
188
188
@@ -205,14 +205,14 @@ In case there are multiple interactive prototype experiences (flows), implying m
Returns a collection of information on *all* flows across the entire document.
210
210
211
211
**Since**: XD 33
212
212
213
-
A document can have zero or multiple (one or more than one) flows and can therefore have zero or multiple home artboards. Each entry in the return array represents a `FlowInfo` object.
213
+
A `flow` is a series or set of artboards starting from one artboard (called a home artboard), which are connected to other artboards or screens via wires or interactions. A document can have zero or multiple (one or more than one) flows and can therefore have zero or multiple home artboards. Each entry in the return array represents a `FlowInfo` object.
214
214
215
-
**Kind**: static property of [<code>interactions</code>](#FlowInfo)
215
+
**Kind**: static property of [<code>interactions</code>](#module_interactions)
0 commit comments