Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UncompiledScriptNode

Script node that will be ignored by Mooltipage

Hierarchy

Index

Constructors

constructor

Properties

Protected attributes

attributes: Map<string, unknown>

Attributes on this tag node. Do not modify directly, use attribute API instance methods.

childNodes

childNodes: Node[] = []

Children of this node. Do not modify this directly, use NodeLogic or instance methods.

nextSibling

nextSibling: null | Node = null

Next sibling node, or null if none exists. Do not modify this directly, use NodeLogic or instance methods.

Readonly nodeData

nodeData: Record<PropertyKey, unknown> = {}

Extra DOM data associated with this node. This object prototypically inherits from the parent node's nodeData.

Readonly nodeTags

nodeTags: Set<string> = ...

Set of unique string tags applied to this node. These tags do not inherit and are unique to each instance. Meaning is tag-specific.

Readonly nodeType

nodeType: NodeType

Type of this node

parentNode

parentNode: null | NodeWithChildren = null

Parent of this node, or null if there is none. Do not modify this directly, use NodeLogic or instance methods.

prevSibling

prevSibling: null | Node = null

Previous sibling node, or null if none exists. Do not modify this directly, use NodeLogic or instance methods.

Readonly tagName

tagName: string

Name of the tag

Accessors

compiled

  • get compiled(): boolean
  • If this