Show:

Array sort modifier group.

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:

compare

(
  • a
  • b
)

Compare method used in sorting of array.

Parameters:

  • a Any
  • b Any

modify

(
  • array
)

Method called to modify an entire array. Default is to sort the array.

Parameters:

  • array Array

    The array to modify.

modifySingle

(
  • array
  • item
  • idx
)

Method called to modify a single item. It remove the item if already present and uses binary insert to insert the item to array.

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: 10