@servicenow/sdk - v4.4.1
    Preparing search index...
    interface JSDocTagInfo {
        name: string;
        text?: string | tsc.SymbolDisplayPart[];
    }
    Index

    Properties

    Properties

    name: string

    Name of the JSDoc tag

    text?: string | tsc.SymbolDisplayPart[]

    Comment text after the JSDoc tag -- the text after the tag name until the next tag or end of comment Display parts when UserPreferences.displayPartsForJSDoc is true, flattened to string otherwise.