OnEnterRule interface
Describes a rule to be evaluated when pressing Enter.
action | The action to execute. |
after |
This rule will only execute if the text after the cursor matches this regular expression. |
before |
This rule will only execute if the text before the cursor matches this regular expression. |
This rule will only execute if the text after the cursor matches this regular expression.
afterText?: RegExp
Property Value
RegExp
This rule will only execute if the text before the cursor matches this regular expression.
beforeText: RegExp
Property Value
RegExp