Interface GenericNode<T>

Syntax node representing a generic node, that is not included in SyntaxNodeType.

interface GenericNode<T> {
    name?: string;
    type: Generic;
}

Type Parameters

  • T

Hierarchy (View Summary)

Properties

Properties

name?: string

A descriptive name for the syntax node.

type: Generic

The type of the syntax node.