Liking cljdoc? Tell your friends :D

com.fulcrologic.rad.application


default-network-blacklistclj/s

A set of the keywords that should not appear on network requests.

A set of the keywords that should not appear on network requests.
sourceraw docstring

elide-ast-nodesclj/s

(elide-ast-nodes {:keys [key union-key children] :as ast} elision-predicate)

Like df/elide-ast-nodes but also applies elision-predicate logic to mutation params.

Like df/elide-ast-nodes but also applies elision-predicate logic to mutation params.
sourceraw docstring

elide-paramsclj/s

(elide-params params pred)

Given a params map, elides any k-v pairs where (pred k) is false.

Given a params map, elides any k-v pairs where `(pred k)` is false.
sourceraw docstring

elision-predicateclj/s

(elision-predicate blacklist)

Returns an elision predicate that will return true if the keyword k is in the blacklist or has the namespace ui.

Returns an elision predicate that will return true if the keyword k is in the blacklist or has the namespace
`ui`.
sourceraw docstring

fulcro-rad-appclj/s

(fulcro-rad-app options)

Create a new fulcro RAD application with reasonable defaults.

options is the same as for app/fulcro-app. You should use caution when overridding the :optimized-render! or :global-eql-transform options.

Create a new fulcro RAD application with reasonable defaults.

`options` is the same as for `app/fulcro-app`. You should use caution when overridding the :optimized-render!
 or `:global-eql-transform` options.
sourceraw docstring

global-eql-transformclj/s

(global-eql-transform pred)

Returns an EQL transform that removes (pred k) keywords from network requests.

Returns an EQL transform that removes `(pred k)` keywords from network requests.
sourceraw docstring

install-ui-controls!clj/s

(install-ui-controls! app controls)

Install the given control set as the RAD UI controls used for rendering forms. This should be called before mounting your app. The controls is just a map from data type to a sub-map that contains a :default key, with optional alternate renderings for that data type that can be selected with ::form/field-style {attr-key style-key}.

Install the given control set as the RAD UI controls used for rendering forms. This should be called before mounting
your app. The `controls` is just a map from data type to a sub-map that contains a :default key, with optional
alternate renderings for that data type that can be selected with `::form/field-style {attr-key style-key}`.
sourceraw docstring

secured-request-middlewarecljs

(secured-request-middleware {:keys [csrf-token]})
source

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

× close