EnterAction

interface EnterAction(source)

Describes what to do when pressing Enter.

Online Documentation

Properties

Link copied to clipboard
abstract var appendText: String?

Describes text to be appended after the new line and after the indentation.

Link copied to clipboard

Describe what to do with the indentation.

Link copied to clipboard
abstract var removeText: Int?

Describes the number of characters to remove from the new line's indentation.