(-main & _args)
Dummy main method that doesn't do anything. This namespace exists only
so we can use lein run
even though this project is CLJS only.
Dummy main method that doesn't do anything. This namespace exists only so we can use `lein run` even though this project is CLJS only.
(table {:keys [location] :as args})
This is the primary means of including an im-table in a re-frame project.
Argument can be either a map with at minimum :location
, :service
and
:query
keys, or a location vector. In the latter case you will need to
dispatch :im-tables/load
yourself, with the location and map as arguments.
This is the primary means of including an im-table in a re-frame project. Argument can be either a map with at minimum `:location`, `:service` and `:query` keys, or a location vector. In the latter case you will need to dispatch `:im-tables/load` yourself, with the location and map as arguments.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close