Interface EnterAction
Expand description
interface EnterAction {
appendText?: string;
indentAction: IndentAction;
removeText?: number;
}Properties§
§§§
append Text?: stringDescribes text to be appended after the new line and after the indentation.
indent Action: IndentActionDescribe what to do with the indentation.
remove Text?: numberDescribes the number of characters to remove from the new line's indentation.
Describes what to do when pressing Enter.