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

    Interface InlayHintDisplayPart

    interface InlayHintDisplayPart {
        file?: string;
        span?: tsc.TextSpan;
        text: string;
    }
    Index

    Properties

    Properties

    file?: string
    span?: tsc.TextSpan
    text: string