VersionControlSnippet interface
Properties
end |
column in the code file where the snippet ends |
end |
line in the code file where the snippet ends |
start |
column in the code file where the snippet starts |
start |
line in the code file where the snippet starts |
version |
path of the code file in the version control system |
version |
Unique Id number for the file path |
version |
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