API Docs for: 2.4.0
Show:

mitsubishi Class

Defined in: lib/main.js:56

mix in instance or prototype methods from classes

Methods

instancePropsFromInstantiated

(
  • child
  • parent
)
Object

Defined in lib/main.js:41

Mix in INSTANCE properties from parent class(es) to child class.

Parameters:

  • child Class

    class that will be decorated

  • parent Class | Array

    class(es) (can be static or dynamic) that will be giving their properties to the new static class

Returns:

Object:

decorated child static class

protoPropsFromInstantiated

(
  • child
  • parent
)
Object

Defined in lib/main.js:10

Mix in PROTOTYPE properties from parent INSTANTIATED class(es) to child class.

Parameters:

  • child Class

    class that will be decorated

  • parent Class | Array

    class(es) (can be static or dynamic) that will be giving their properties to the new static class

Returns:

Object:

decorated child static class

protoPropsFromInstantiated

(
  • child
  • parent
)
Object

Defined in lib/main.js:25

Mix in PROTOTYPE properties from parent UNinstantiated class(es) to child class.

Parameters:

  • child Class

    class that will be decorated

  • parent Class | Array

    class(es) (can be static or dynamic) that will be giving their properties to the new static class

Returns:

Object:

decorated child static class