Show:

Array filter modifier group which has ArrayModifier.ArrayFilterModifier and ArrayModifier.ArraySearchModifier

Item Index

Methods

canAdd

(
  • item
)
Boolean

Method that returns whether an item can be added or not.

Parameters:

  • item Class

    Item that is to be checked whether it can be added or not.

Returns:

Boolean:

modify

(
  • array
)

Method called to modify an entire array. Filters the array based on canAdd method.

Parameters:

  • array Array

    The array to modify.

modifySingle

(
  • array
  • item
  • idx
)

Method called to modify a single item. Checks canAdd and adds the item if true, else removes it.

Parameters:

  • array Array

    The array to modify.

  • item Instance

    The item to modify.

  • idx Number

    Index of item in array.

Properties

arrayModifiers

Array
Array modifiers present in the group. Use object while creating.

priority

Number

Priority to run this modifier group

Default: 2