(add-options opts)
(add-options element
{:keys [default-fn metadata metadata-action rm-sources] :as opts})
Includes the arguments that can modify a block during the add operation.
When metadata is supplied without a metadata-action the action defaults to :metadata/merge-first.
Includes the arguments that can modify a block during the add operation. When metadata is supplied without a metadata-action the action defaults to :metadata/merge-first.
(new-flow-store arguments)
(new-flow-store name block-store content-store)
(new-store arguments)
(new-store name block-store content-store)
(query-options opts)
(query-options element {:keys [default-fn query-fn ordering-fn] :as opts})
Includes the arguments that can modify a query.
Includes the arguments that can modify a query.
(remove-options opts)
(remove-options element
{:keys [default-fn allow-content-only omit-rm-block-predicate
keep-orig-block-predicate]
:as opts})
(store-id name block-store content-store)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close