OnEnterRule$Typings extension
Properties
-
action
↔ EnterAction
-
The action to execute.
getter/setter pair
-
afterText
↔ RegExp?
-
This rule will only execute if the text after the cursor matches this regular expression.
getter/setter pair
-
beforeText
↔ RegExp
-
This rule will only execute if the text before the cursor matches this regular expression.
getter/setter pair
-
previousLineText
↔ RegExp?
-
This rule will only execute if the text above the current line matches this regular expression.
getter/setter pair