@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface InlayHintsContext

    interface InlayHintsContext {
        cancellationToken: CancellationToken;
        file: tsc.SourceFile;
        host: LanguageServiceHost;
        preferences: tsc.UserPreferences;
        program: tsc.Program;
        span: tsc.TextSpan;
    }
    Index

    Properties

    cancellationToken: CancellationToken
    preferences: tsc.UserPreferences
    program: tsc.Program