Flyweight DOM - v2.3.0
    Preparing search index...

    Function ParentNode

    • The mixin that can extend the constructor prototype with properties and methods of the ParentNode.

      Returns new () => ParentNode

    • The mixin that can extend the constructor prototype with properties and methods of the ParentNode.

      Type Parameters

      • T extends Node

        The base node.

      Parameters

      • constructor: new () => T

        The base node constructor.

      Returns new () => T & ParentNode