Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FilterTreeOptions

A set of options to configure tree filtering behavior.

Hierarchy

  • FilterTreeOptions

Index

Properties

columns?: string[]

The metadata keys to filter the tree on.

exactMatch?: boolean

Indicates if the filter should be an exact match with the results.

includeCollapsed?: boolean

Indicates if the filter should include nodes that within collapsed parent nodes.

removeHiddenItems?: boolean

Indicates whether the metadata search should remove hidden items from the results.