Skip to content

lspeasy / core/src / InlayHintKind

Variable: InlayHintKind

ts
const InlayHintKind: {
  Parameter: 2;
  Type: 1;
};

Defined in: packages/core/src/protocol/enums.ts:203

Type Declaration

NameTypeDefault valueDefined in
Parameter22packages/core/src/protocol/enums.ts:205
Type11packages/core/src/protocol/enums.ts:204

Released under the MIT License.