Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetScriptNodeCompletionOptions

Retrieves the completion options for the provided node that is part of the provided AST.

The completion options consist of three possible values:

  • Alternatives: with which nodes can the requested node be replaced?
  • NextStatements: if the node is a statement, which statements can come after it?
  • SelfCompletion: if a node contains child nodes, what are the possible node types for those children?

Hierarchy

  • GetScriptNodeCompletionOptions

Index

Properties

Properties

Optional AST

AST: undefined | {}

Optional Dialect

Dialect: undefined | string

NodeID

NodeID: number