Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
-- Define the script's data and inputs. type MyNode = { onReset: Input<Trigger>, } -- Return a factory function that Rive uses to build the Node instance. return function(): Node<MyNode> return { onReset = function() end, } end
Was this page helpful?