In my app i have one method to get some data from Shell and return the results in the fields.
What is the best to return the data?
Method with return function or computed Property ?
Some data is text some is numbers…
Function returning a variant or string
( function = Method with a return type specified)