interface Hover {
    contents: MarkdownString[];
    range?: Range;
}

Properties

Properties

contents: MarkdownString[]
range?: Range