utils/mix
@ckeditor/ckeditor5-utils/src/mix
module
Filtering
Functions
-
mix( [ baseClass ], [ ...mixins ] )
Copies enumerable properties and symbols from the objects given as 2nd+ parameters to the prototype of first object (a constructor).
Note: Properties which already exist in the base class will not be overriden.
Parameters
[ baseClass ] : function
Class which prototype will be extended.
[ ...mixins ] : Object
Objects from which to get properties.
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.