Theia API Documentation v1.65.0
    Preparing search index...
    interface InlayHintLabelPart {
        command?: Command;
        label: string;
        location?: Location;
        tooltip?: string | MarkdownString;
    }
    Index

    Properties

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