Interface InlayHintLabelPart

interface InlayHintLabelPart {
    command?: Command;
    label: string;
    location?: Location;
    tooltip?: string | MarkdownString;
}

Properties

command?: Command
label: string
location?: Location
tooltip?: string | MarkdownString