Add file property to AnnotationProperties (#896)

This commit is contained in:
Marcono1234
2021-09-28 15:47:06 +02:00
committed by GitHub
parent ea81280a4d
commit 60145e408c
4 changed files with 48 additions and 2 deletions

View File

@@ -41,6 +41,11 @@ export interface AnnotationProperties {
*/
title?: string
/**
* The path of the file for which the annotation should be created.
*/
file?: string
/**
* The start line for the annotation.
*/