ParentNode: {
extend(constructor: (new (...args: any[]) => any)): void;
}
Type declaration
-
extend:function
- extend(constructor: (new (...args: any[]) => any)): void
-
Parameters
-
constructor: (new (...args: any[]) => any)
-
- new (...args: any[]): any
-
Returns any
Returns void
The mixin that can extend the constructor prototype with properties and methods of the
ParentNode
.