Class

BehaviorFilter

BehaviorFilter(helios)

A class representing a behavior filter for Helios.
Constructor

# new BehaviorFilter(helios)

Creates a new instance of BehaviorFilter.
Parameters:
Name Type Description
helios Helios The Helios object to be attached to.

View Source behaviors/BehaviorFilter.js, line 4

Classes

BehaviorFilter

Members

Object

# filters

Gets the filters.

View Source behaviors/BehaviorFilter.js, line 30

Methods

# applyFilters()

Applies the filters.

View Source behaviors/BehaviorFilter.js, line 54

# removeFilter(name)

Removes a filter.
Parameters:
Name Type Description
name string The name of the filter to remove.

View Source behaviors/BehaviorFilter.js, line 47

# setFilter(name, filter)

Sets a filter.
Parameters:
Name Type Description
name string The name of the filter.
filter function The filter function.

View Source behaviors/BehaviorFilter.js, line 39

# updatedNodes()

Gets the updated nodes.

View Source behaviors/BehaviorFilter.js, line 72