Skip to content

InlayHintLabelPart

原文链接

https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.InlayHintLabelPart.html

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

command

label

  • 类型: string

location

tooltip