RouteErrorPosition interface
Position where the route error happened
Properties
column | Column where the route error happened |
line | Line where the route error happened |
Property Details
column
Column where the route error happened
column?: number
Property Value
number
line
Line where the route error happened
line?: number
Property Value
number