nodeDetails(forKeys:)
Returns a dictionary containing details about a node.
Declaration
func nodeDetails(forKeys inKeys: [Any]!) throws -> [AnyHashable : Any]Parameters
- inKeys:
An array of keys corresponding to the values returned in the dictionary.
Return Value
A dictionary containing details about the node corresponding to keys specified by inKeys.