@servicenow/sdk - v4.4.1
    Preparing search index...
    interface InlayHint {
        displayParts?: InlayHintDisplayPart[];
        kind: tsc.InlayHintKind;
        position: number;
        text: string;
        whitespaceAfter?: boolean;
        whitespaceBefore?: boolean;
    }
    Index

    Properties

    displayParts?: InlayHintDisplayPart[]
    position: number
    text: string

    This property will be the empty string when displayParts is set.

    whitespaceAfter?: boolean
    whitespaceBefore?: boolean