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

    Interface JSDocLinkDisplayPart

    interface JSDocLinkDisplayPart {
        kind: string;
        target: tsc.DocumentSpan;
        text: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    kind: string

    The symbol's kind (such as 'className' or 'parameterName' or plain 'text').

    text: string

    Text of an item describing the symbol.