Invoke
Last updated
Was this helpful?
Last updated
Was this helpful?
Invokes an object method and returns the result of the invoked method.
object
any
true
method
string
true
The name of the method to invoke
arguments
any
false
An array of positional arguments or a struct of named arguments to pass into the method.