Join Slack
Powered by
I want to provide 2 callbacks for the component ``...
# javascript
a
Alexander Weickmann
07/05/2019, 11:46 AM
I want to provide 2 callbacks for the component
Copy code
val getData: () -> T val workOnData: T -> ()
I need the T so the workOnData can get typed data to work with
Open in Slack
Previous
Next