ScriptPosition

@Serializable
data class ScriptPosition(val lineNumber: Int, val columnNumber: Int)

Location in the source code.

Official doc

Constructors

Link copied to clipboard
constructor(lineNumber: Int, columnNumber: Int)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)