(add-block! block-store-id {:storage/keys [block] :as element})
Adds the block to the store atom
Adds the block to the store atom
(compatible? args)
(exists-in-store? block-store-id {:storage/keys [block]})
(id)
(id name)
(id name store-atm)
(load-store-element content-store block)
(new id)
(query-store block-store-id {:store.id/keys [content]})
Returns a function which implements querying functionality.
Returns a function which implements querying functionality.
(remove-block! block-store-id {:storage/keys [block] :as element})
Removes the block from the store atom
Removes the block from the store atom
(store-atom block-store-id)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close