Declaration

func indexPath(of node: GSNode) -> IndexPath?

Declaration

- (NSIndexPath *) indexPathOfNode:(GSNode *) node;

Declaration

indexPathOfNode_(node: GSNode) -> NSIndexPath

Discussion

The first index is the linear path index and the second index is the node index in that path. Returns nil when the node does not belong to this layer.

See Also

Nodes