Type alias ChildVerticesFunction<T>

ChildVerticesFunction<T>: ((node, layer, toolkit) => T[])

Definition of a function that can retrieve child vertices of some vertex.

Type Parameters

  • T extends HasId

Type declaration

    • (node, layer, toolkit): T[]
    • Parameters

      Returns T[]