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
desc: Get the input values from a state machine input, either from the current top-level artboard, or from a nested artboard inside the Rive model artboard. Note: Trigger inputs will not generate a value!
254
+
255
+
parameters:
256
+
- name: url
257
+
type: url
258
+
desc: The Rive model
259
+
260
+
- name: name
261
+
type: string
262
+
desc: The name of the input
263
+
264
+
- name: nested_artboard
265
+
type: string
266
+
desc: (OPTIONAL) If specified, the input will be queried for the specified nested artboard
0 commit comments