argumentNames(forFunction:)
Returns the names of arguments for the given function argument.
Declaration
func argumentNames(forFunction function: String? = nil) -> [String]Parameters
- function:
The function. Specify as
nilif the graph only contains one function.