(as-boundary? e)
Returns the boundary element, if the element e
should be rendered
as a boundary for this view type, false otherwise.
Returns the boundary element, if the element `e` should be rendered as a boundary for this view type, false otherwise.
Maps model types to boundary types depending on the view type.
Maps model types to boundary types depending on the view type.
(render-model-node? model view e)
Returns true if the model
node e
is rendered in the component view
.
Returns true if the `model` node `e` is rendered in the component `view`.
(render-model-relation? model view e)
Returns true if the model
relation e
is rendered in the component view
.
Returns true if the `model` relation `e` is rendered in the component `view`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close