Liking cljdoc? Tell your friends :D

paren-soup.dom


coll-node?cljs

(coll-node? node)
source

common-ancestorcljs

(common-ancestor first-node second-node)

Returns the common ancestor of the given nodes.

Returns the common ancestor of the given nodes.
sourceraw docstring

error-node?cljs

(error-node? node)
source

get-completion-contextcljs

(get-completion-context symbol-length cursor-offset)
source

get-completion-infocljs

(get-completion-info)
source

get-cursor-positioncljs

(get-cursor-position element full-selection?)

Returns the cursor position.

Returns the cursor position.
sourceraw docstring

get-focused-elemcljs

(get-focused-elem class-name)
source

get-focused-formcljs

source

get-focused-top-levelcljs

(get-focused-top-level)
source

get-nearest-nscljs

(get-nearest-ns node)
source

get-parentcljs

(get-parent node class-name)

Returns the nearest parent with the given class name.

Returns the nearest parent with the given class name.
sourceraw docstring

get-parentscljs

(get-parents node class-name)

Returns all the parents with the given class name.

Returns all the parents with the given class name.
sourceraw docstring

get-selectioncljs

(get-selection element full-selection?)

Returns the objects related to selection for the given element. If full-selection? is true, it will use rangy instead of the native selection API in order to get the beginning and ending of the selection (it is, however, much slower).

Returns the objects related to selection for the given element. If full-selection? is true,
it will use rangy instead of the native selection API in order to get the beginning and ending
of the selection (it is, however, much slower).
sourceraw docstring

insert-text!cljs

(insert-text! text)
source

node?cljs

source

scroll-to-nearest-elemcljs

(scroll-to-nearest-elem)
source

set-cursor-position!cljs

(set-cursor-position! element position)

Moves the cursor to the specified position.

Moves the cursor to the specified position.
sourceraw docstring

text-node?cljs

(text-node? node)
source

top-level?cljs

(top-level? node)
source

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

× close