Liking cljdoc? Tell your friends :D

bluegenes.titles


*db->strcljs

(*db->str db *db)

Converts a db pointer to its value, usually a string. A db pointer can be one of the following types: function - called with db as argument vector - called as third argument to (get-in db) string - passed through

Converts a db pointer to its value, usually a string.
A db pointer can be one of the following types:
    function - called with db as argument
    vector   - called as third argument to `(get-in db)`
    string   - passed through
sourceraw docstring

db->titlecljs

(db->title db)

Takes an app-db as argument and returns the corresponding title.

Takes an app-db as argument and returns the corresponding title.
sourceraw docstring

document-titlescljs

Define document title templates for each corresponding panel keyword. This should be a map with panel keyword keys and vector values. The vector will be joined and should consist of db pointers (explained below).

Define document title templates for each corresponding panel keyword.
This should be a map with panel keyword keys and vector values. The vector
will be joined and should consist of db pointers (explained below).
sourceraw docstring

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

× close