Liking cljdoc? Tell your friends :D

dots.vscode.on-enter-rule

Describes a rule to be evaluated when pressing Enter.

Describes a rule to be evaluated when pressing Enter.
raw docstring

actioncljs

(action on-enter-rule)

The action to execute.

Returns: EnterAction

The action to execute.

**Returns:** `EnterAction`
sourceraw docstring

after-textcljs

(after-text on-enter-rule)

This rule will only execute if the text after the cursor matches this regular expression.

Returns: RegExp | undefined

This rule will only execute if the text after the cursor matches this regular expression.

**Returns:** `RegExp | undefined`
sourceraw docstring

before-textcljs

(before-text on-enter-rule)

This rule will only execute if the text before the cursor matches this regular expression.

Returns: RegExp

This rule will only execute if the text before the cursor matches this regular expression.

**Returns:** `RegExp`
sourceraw docstring

previous-line-textcljs

(previous-line-text on-enter-rule)

This rule will only execute if the text above the current line matches this regular expression.

Returns: RegExp | undefined

This rule will only execute if the text above the current line matches this regular expression.

**Returns:** `RegExp | undefined`
sourceraw docstring

set-action!cljs

(set-action! on-enter-rule value)

The action to execute.

The action to execute.
sourceraw docstring

set-after-text!cljs

(set-after-text! on-enter-rule value)

This rule will only execute if the text after the cursor matches this regular expression.

This rule will only execute if the text after the cursor matches this regular expression.
sourceraw docstring

set-before-text!cljs

(set-before-text! on-enter-rule value)

This rule will only execute if the text before the cursor matches this regular expression.

This rule will only execute if the text before the cursor matches this regular expression.
sourceraw docstring

set-previous-line-text!cljs

(set-previous-line-text! on-enter-rule value)

This rule will only execute if the text above the current line matches this regular expression.

This rule will only execute if the text above the current line matches this regular expression.
sourceraw docstring

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

× close