Class: Mixin

Mixin

new Mixin()

Source:

Members

additions :Array.<Mixin~Addition>

Type:
Source:

base :Array.<string>

The base path components
Type:
  • Array.<string>
Source:

removals :Array.<Mixin~Removal>

Type:
Source:

Methods

execute(context, name) → {*}

Execute and return the result for the parsed Mixin
Parameters:
Name Type Description
context Object
name string A string like '<' + description + '>' to be part of a thrown execption
Source:
Throws:
if not parsed
Returns:
Type
*

Type Definitions

Addition

Type:
  • Object
Properties:
Name Type Description
path Array.<string>
value Array.<string>
Source:

Removal

Type:
  • Array.<string>
Source: