parentOf abstract method

LayerCluster<T>? parentOf(
  1. LayerElement<T> element
)

Returns the parent cluster if element has one.

Implementation

LayerCluster<T>? parentOf(LayerElement<T> element);