Interface InlayHintList

interface InlayHintList {
    hints: InlayHint[];
    dispose(): void;
}

Properties§

§hints: InlayHint[]

Methods§

§

dispose(): void