Modifier
public enum Modifier : String
The modifier for a command, used to modify its scope.
-
The command should only apply to the line preceding its definition.
Declaration
Swift
case previous
-
The command should only apply to the same line as its definition.
Declaration
Swift
case this
-
The command should only apply to the line following its definition.
Declaration
Swift
case next
-
The modifier string was invalid.
Declaration
Swift
case invalid