#.

1 messages · Page 1 of 1 (latest)

pearl willow
#

passing array to function from front end [Tauri]

valid owl
#

You would invoke that function like this:

invoke('add_data_to_profile', { data: [['a', 'b'], ['c', 'd']] })
valid owl