Class: Filters

vef.map.filters.Filters()

A class that inititates the DateTime and Attribute Filters based on the config Also contains methods for the active filters

Constructor

new Filters()

Author:
Source:

Methods

addFilter(config)

Add a filter based on the json config
Parameters:
Name Type Description
config object filter config
Source:

addFilters(configs)

Parameters:
Name Type Description
configs Array.<object> array of configurations
Source:

createAddButton()

Helper function to create an add button to create new filters
Source:

getActiveFilters()

Returns the Active Filters i.e. DateTime and Attribute Filters
Source:

removeFilter(id)

Parameters:
Name Type Description
id string
Source: