Table of Contents

Class Node

Namespace
Alternet.Common.TypeScript.Types
Assembly
Alternet.Common.TypeScript.v9.dll

Represents a wrapper for JS node object.

public class Node
Inheritance
Node
Extension Methods

Constructors

Node(dynamic, dynamic, Node)

Initializes a new instance of the Node class with specified parameters.

Node(string, int, int, SyntaxKind, IEnumerable<Node>, NodeName)

Properties

Children

Gets list of the child nodes.

Decorators
End

Gets end position of the node.

Kind

Gets kind of the node.

Name

Gets name of the node as escaped text.

Parent

Gets node that is a parent for the current node.

Start

Gets start position of the node.

Text

Gets text of the node.

Methods

Equals(object)

Determines whether the specified Node is equal to the current Node.

GetHashCode()

Serves as a hash function for a Node type.