Namespace: filter

belhop.factory.options. filter

Methods

staticbelhop.factory.options.filter.custom(category, name, value) {belhop.__.FilterOptions}

Custom filter options factory. See the type this factory produces for more.

Name Type Description
category string

Category to filter on

name string

Name to filter on

value string

Value to filter on

Tutorials:
TODO
  • Improve parameter documentation.
Returns:
Type Description
belhop.__.FilterOptions the BELHop type produced by this factory

Default filter options factory. See the type this factory produces for more.

Name Type Description
value string

Search term

Returns:
Type Description
belhop.__.DefaultFilterOptions the BELHop type produced by this factory