Interface InlayHintLabelPart

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

Properties§

§command?: Command
§label: string
§location?: Location
§tooltip?: string | IMarkdownString