@servicenow/sdk - v4.4.1
    Preparing search index...
    interface KindToNodeMappings {
        "10": BigIntLiteral;
        "102": ImportExpression;
        "106": NullLiteral;
        "108": SuperExpression;
        "11": StringLiteral;
        "110": ThisExpression;
        "112": TrueLiteral;
        "12": JsxText;
        "133": Expression;
        "136": Expression;
        "14": RegularExpressionLiteral;
        "140": Node<Token<InferKeyword>>;
        "146": Node<Token<NeverKeyword>>;
        "15": NoSubstitutionTemplateLiteral;
        "150": Expression;
        "151": Expression;
        "154": Expression;
        "155": Expression;
        "157": Expression;
        "16": TemplateHead;
        "166": QualifiedName;
        "167": ComputedPropertyName;
        "168": TypeParameterDeclaration;
        "169": ParameterDeclaration;
        "17": TemplateMiddle;
        "170": Decorator;
        "171": PropertySignature;
        "172": PropertyDeclaration;
        "173": MethodSignature;
        "174": MethodDeclaration;
        "175": ClassStaticBlockDeclaration;
        "176": ConstructorDeclaration;
        "177": GetAccessorDeclaration;
        "178": SetAccessorDeclaration;
        "179": CallSignatureDeclaration;
        "18": TemplateTail;
        "180": ConstructSignatureDeclaration;
        "181": IndexSignatureDeclaration;
        "182": TypePredicateNode;
        "183": TypeReferenceNode;
        "184": FunctionTypeNode;
        "185": ConstructorTypeNode;
        "186": TypeQueryNode;
        "187": TypeLiteralNode;
        "188": ArrayTypeNode;
        "189": TupleTypeNode;
        "191": RestTypeNode;
        "192": UnionTypeNode;
        "193": IntersectionTypeNode;
        "194": ConditionalTypeNode;
        "195": InferTypeNode;
        "196": ParenthesizedTypeNode;
        "197": ThisTypeNode;
        "198": TypeOperatorTypeNode;
        "199": IndexedAccessTypeNode;
        "200": MappedTypeNode;
        "201": LiteralTypeNode;
        "202": NamedTupleMember;
        "203": TemplateLiteralTypeNode;
        "205": ImportTypeNode;
        "206": ObjectBindingPattern;
        "207": ArrayBindingPattern;
        "208": BindingElement;
        "209": ArrayLiteralExpression;
        "210": ObjectLiteralExpression;
        "211": PropertyAccessExpression;
        "212": ElementAccessExpression;
        "213": CallExpression;
        "214": NewExpression;
        "215": TaggedTemplateExpression;
        "216": TypeAssertion;
        "217": ParenthesizedExpression;
        "218": FunctionExpression;
        "219": ArrowFunction;
        "220": DeleteExpression;
        "221": TypeOfExpression;
        "222": VoidExpression;
        "223": AwaitExpression;
        "224": PrefixUnaryExpression;
        "225": PostfixUnaryExpression;
        "226": BinaryExpression;
        "227": ConditionalExpression;
        "228": TemplateExpression;
        "229": YieldExpression;
        "230": SpreadElement;
        "231": ClassExpression;
        "232": OmittedExpression;
        "233": ExpressionWithTypeArguments;
        "234": AsExpression;
        "235": NonNullExpression;
        "236": MetaProperty;
        "238": SatisfiesExpression;
        "239": TemplateSpan;
        "241": Block;
        "242": EmptyStatement;
        "243": VariableStatement;
        "244": ExpressionStatement;
        "245": IfStatement;
        "246": DoStatement;
        "247": WhileStatement;
        "248": ForStatement;
        "249": ForInStatement;
        "250": ForOfStatement;
        "251": ContinueStatement;
        "252": BreakStatement;
        "253": ReturnStatement;
        "254": WithStatement;
        "255": SwitchStatement;
        "256": LabeledStatement;
        "257": ThrowStatement;
        "258": TryStatement;
        "259": DebuggerStatement;
        "260": VariableDeclaration;
        "261": VariableDeclarationList;
        "262": FunctionDeclaration;
        "263": ClassDeclaration;
        "264": InterfaceDeclaration;
        "265": TypeAliasDeclaration;
        "266": EnumDeclaration;
        "267": ModuleDeclaration;
        "268": ModuleBlock;
        "269": CaseBlock;
        "27": Node<Token<SemicolonToken>>;
        "271": ImportEqualsDeclaration;
        "272": ImportDeclaration;
        "273": ImportClause;
        "274": NamespaceImport;
        "275": NamedImports;
        "276": ImportSpecifier;
        "277": ExportAssignment;
        "278": ExportDeclaration;
        "279": NamedExports;
        "280": NamespaceExport;
        "281": ExportSpecifier;
        "283": ExternalModuleReference;
        "284": JsxElement;
        "285": JsxSelfClosingElement;
        "286": JsxOpeningElement;
        "287": JsxClosingElement;
        "288": JsxFragment;
        "289": JsxOpeningFragment;
        "290": JsxClosingFragment;
        "291": JsxAttribute;
        "293": JsxSpreadAttribute;
        "294": JsxExpression;
        "295": JsxNamespacedName;
        "296": CaseClause;
        "297": DefaultClause;
        "298": HeritageClause;
        "299": CatchClause;
        "300": ImportAttributes;
        "301": ImportAttribute;
        "303": PropertyAssignment;
        "304": ShorthandPropertyAssignment;
        "305": SpreadAssignment;
        "306": EnumMember;
        "307": SourceFile;
        "309": JSDocTypeExpression;
        "310": JSDocNameReference;
        "311": JSDocMemberName;
        "312": JSDocAllType;
        "313": JSDocUnknownType;
        "314": JSDocNullableType;
        "315": JSDocNonNullableType;
        "316": JSDocOptionalType;
        "317": JSDocFunctionType;
        "318": JSDocVariadicType;
        "319": JSDocNamepathType;
        "320": JSDoc;
        "321": JSDocText;
        "322": JSDocTypeLiteral;
        "323": JSDocSignature;
        "324": JSDocLink;
        "325": JSDocLinkCode;
        "326": JSDocLinkPlain;
        "327": JSDocUnknownTag;
        "328": JSDocAugmentsTag;
        "329": JSDocImplementsTag;
        "330": JSDocAuthorTag;
        "331": JSDocDeprecatedTag;
        "332": JSDocClassTag;
        "333": JSDocPublicTag;
        "334": JSDocPrivateTag;
        "335": JSDocProtectedTag;
        "336": JSDocReadonlyTag;
        "337": JSDocOverrideTag;
        "338": JSDocCallbackTag;
        "339": JSDocOverloadTag;
        "340": JSDocEnumTag;
        "341": JSDocParameterTag;
        "342": JSDocReturnTag;
        "343": JSDocThisTag;
        "344": JSDocTypeTag;
        "345": JSDocTemplateTag;
        "346": JSDocTypedefTag;
        "347": JSDocSeeTag;
        "348": JSDocPropertyTag;
        "349": JSDocThrowsTag;
        "350": JSDocSatisfiesTag;
        "352": SyntaxList;
        "353": NotEmittedStatement;
        "354": PartiallyEmittedExpression;
        "355": CommaListExpression;
        "80": Identifier;
        "81": PrivateIdentifier;
        "9": NumericLiteral;
        "97": FalseLiteral;
        [kind: number]: Node<tsc.Node>;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    "12": JsxText
    "133": Expression
    "136": Expression
    "150": Expression
    "151": Expression
    "154": Expression
    "155": Expression
    "157": Expression
    "170": Decorator
    "241": Block
    "269": CaseBlock
    "284": JsxElement
    "296": CaseClause
    "306": EnumMember
    "307": SourceFile
    "320": JSDoc
    "321": JSDocText
    "324": JSDocLink
    "352": SyntaxList