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: Set 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 - To set input for a trigger, use a bool value.
278
+
279
+
parameters:
280
+
- name: url
281
+
type: url
282
+
desc: The Rive model
283
+
284
+
- name: name
285
+
type: string
286
+
desc: The name of the input
287
+
288
+
- name: value
289
+
type: number|bool
290
+
desc: The value of the input to set
291
+
292
+
- name: nested_artboard
293
+
type: string
294
+
desc: (OPTIONAL) If specified, the input will be queried for the specified nested artboard
0 commit comments