Type Alias ResolveInlayHintSignature

ResolveInlayHintSignature: (
    this: void,
    item: VInlayHint,
    token: CancellationToken,
) => ProviderResult<VInlayHint>

Type declaration

    • (
          this: void,
          item: VInlayHint,
          token: CancellationToken,
      ): ProviderResult<VInlayHint>
    • Parameters

      Returns ProviderResult<VInlayHint>