Liking cljdoc? Tell your friends :D

views.protocols


IViewcljprotocol

dataclj

(data this namespace parameters)

Returns view data.

Returns view data.

idclj

(id this)

A unique identifer for a view.

A unique identifer for a view.

relevant?clj

(relevant? this namespace parameters hints)

Given hints of the form {:namespace x :hint y :type z}, the view must return true if the hint indicates that an instance of this view with supplied namespace and parameters might require updating. It is always safe to return true, but false should be returned only if you are sure this view does not need updating.

Given hints of the form {:namespace x :hint y :type z}, the view must
return true if the hint indicates that an instance of this view
with supplied namespace and parameters might require updating.
It is always safe to return true, but false should be returned only
if you are sure this view does not need updating.
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close