Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Node

Base class for all nodes / declarations / imports / etc. in the extension. Contains basic information about the node.

export
interface

Node

Hierarchy

Implemented by

Index

Properties

Properties

Optional end

end: undefined | number

The ending character of the node in the document.

type

{number}

memberof

Node

Optional start

start: undefined | number

The starting character of the node in the document.

type

{number}

memberof

Node

Generated using TypeDoc