Liking cljdoc? Tell your friends :D

antizer.core-org


antd-modulecljs

source

call-funccljs

(call-func module-name & args)

Calls the ant module function

Calls the ant module function
sourceraw docstring

call-func2cljs

(call-func2 module-name & args)

Calls the module function

Calls the module function
sourceraw docstring

call-js-funccljs

(call-js-func func & args)

Calls a javascript function, converting the keys for any arguments that are hashmaps from kebab case to camel case

  • func - the native javascript to be called
Calls a javascript function, converting the keys for any arguments 
that are hashmaps from kebab case to camel case
* func - the native javascript to be called
sourceraw docstring

get-module-pathcljs

(get-module-path module-name)
source

get-propcljs

(get-prop module-name prop)

Retreives the value of the module's property

Retreives the value of the module's property
sourceraw docstring

kebab-case->camel-casecljs

(kebab-case->camel-case input)

Converts from kebab case to camel case, eg: on-click to onClick

Converts from kebab case to camel case, eg: on-click to onClick
sourceraw docstring

map-keys->camel-casecljs

(map-keys->camel-case data)

Stringifys all the keys of a cljs hashmap and converts them from kebab case to camel case

Stringifys all the keys of a cljs hashmap and converts them
from kebab case to camel case
sourceraw docstring

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

× close