bintreeviz v0.1.1 Bintreeviz.Positioner behaviour View Source

Bintreeviz.Positioner describes the behaviour for implementing a positioner. Out of the box Bintreeviz will provide the WS implementation. Implementing another positioner is as easy as providing a module with a position/1 function which will take the root node and returns the fully positioned root node.

Link to this section Summary

Link to this section Callbacks

Link to this callback

position(arg1)

View Source
position(Node.t()) :: Node.t()