Constructor
new KeyValueFilter(target, options, layers)
Parameters:
Name | Type | Description |
---|---|---|
target |
HTMLElement | string | |
options |
object | filter specific options |
layers |
LayerManager | Used for included/excluded layers |
- Source:
Methods
getActiveFilter() → {object}
Get the filter object to pass it
on to the Layers. Override this method in child implementations.
- Source:
Returns:
filter object
- Type
- object
getOptions() → {object}
- Source:
Returns:
options
- Type
- object