Liking cljdoc? Tell your friends :D

org.soulspace.overarch.domain.views.container-view


as-boundary?clj

(as-boundary? e)

Returns the boundary element, if the element should be rendered as a boundary for this view type, false otherwise.

Returns the boundary element, if the element should be rendered
as a boundary for this view type, false otherwise.
sourceraw docstring

element->boundaryclj

Maps model types to boundary type.

Maps model types to boundary type.
sourceraw docstring

render-model-node?clj

(render-model-node? model view e)

Returns true if the node e is rendered in the container view.

Returns true if the node `e` is rendered in the container view.
sourceraw docstring

render-model-relation?clj

(render-model-relation? model view e)

Returns true if the relation e is rendered in the container view.

Returns true if the relation `e` is rendered in the container view.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close