Contents

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 nil if the graph only contains one function.

See Also

Related Documentation

Specifying and querying a graph context’s properties