Describes what to do when pressing Enter.
Describes what to do when pressing Enter.
(append-text enter-action)
Describes text to be appended after the new line and after the indentation.
Returns: string | undefined
Describes text to be appended after the new line and after the indentation. **Returns:** `string | undefined`
(indent-action enter-action)
Describe what to do with the indentation.
Returns: IndentAction
Describe what to do with the indentation. **Returns:** `IndentAction`
(remove-text enter-action)
Describes the number of characters to remove from the new line's indentation.
Returns: number | undefined
Describes the number of characters to remove from the new line's indentation. **Returns:** `number | undefined`
(set-append-text! enter-action value)
Describes text to be appended after the new line and after the indentation.
Describes text to be appended after the new line and after the indentation.
(set-indent-action! enter-action value)
Describe what to do with the indentation.
Describe what to do with the indentation.
(set-remove-text! enter-action value)
Describes the number of characters to remove from the new line's indentation.
Describes the number of characters to remove from the new line's indentation.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close