Variable ParentNode

ParentNode: {
    extend(constructor: (new (...args: any[]) => any)): void;
}

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

Type declaration

  • extend:function
    • Extends the constructor prototype with properties and methods of the ParentNode.

      Parameters

      • constructor: (new (...args: any[]) => any)
          • new (...args: any[]): any
          • Parameters

            • Rest ...args: any[]

            Returns any

      Returns void

Generated using TypeDoc