AnnotationProperties

external interface AnnotationProperties(source)

Properties

Link copied to clipboard
abstract val endColumn: Number?

The end column for the annotation. Cannot be sent when startLine and endLine are different values. Defaults to startColumn when startColumn is provided.

Link copied to clipboard
abstract val endLine: Number?

The end line for the annotation. Defaults to startLine when startLine is provided.

Link copied to clipboard
abstract val file: String?

The path of the file for which the annotation should be created.

Link copied to clipboard
abstract val startColumn: Number?

The start column for the annotation. Cannot be sent when startLine and endLine are different values.

Link copied to clipboard
abstract val startLine: Number?

The start line for the annotation.

Link copied to clipboard
abstract val title: String?

A title for the annotation.