VersionControlSnippet interface

Properties

endColumn

column in the code file where the snippet ends

endLine

line in the code file where the snippet ends

startColumn

column in the code file where the snippet starts

startLine

line in the code file where the snippet starts

versionControlFilePath

path of the code file in the version control system

versionControlFilePathId

Unique Id number for the file path

versionControlSnippetId

Unique Id number for this snippet

Property Details

endColumn

column in the code file where the snippet ends

endColumn: number

Property Value

number

endLine

line in the code file where the snippet ends

endLine: number

Property Value

number

startColumn

column in the code file where the snippet starts

startColumn: number

Property Value

number

startLine

line in the code file where the snippet starts

startLine: number

Property Value

number

versionControlFilePath

path of the code file in the version control system

versionControlFilePath: VersionControlFilePath

Property Value

versionControlFilePathId

Unique Id number for the file path

versionControlFilePathId: number

Property Value

number

versionControlSnippetId

Unique Id number for this snippet

versionControlSnippetId: number

Property Value

number