Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FilterItems

A single item used to filter.

  • It can contain differernt ordering priorities if needed. For example, if the order for mobile should be different.
  • type sepcifies what kind of input should be show for this filter item.

Hierarchy

  • FilterItems

Indexable

[index: number]: object

A single item used to filter.

  • It can contain differernt ordering priorities if needed. For example, if the order for mobile should be different.
  • type sepcifies what kind of input should be show for this filter item.
  • name: string
  • options: Array<string>
  • Optional order?: object
    • [propName: string]: Number
    • default: Number
  • type: string

Generated using TypeDoc