Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BSTreeSearchOptions

The options for TreeView search() function

Hierarchy

Index

Constructors

constructor

Properties

Private _force

_force: boolean = false

Force a change of the node state, even if the value is not changed. Mostly useful for internal usage

internal

exactMatch

exactMatch: boolean = false

Should the search only find exact matching nodes, or similar ones too?

ignoreCase

ignoreCase: boolean = true

Should the search be case sensitive?

revealResults

revealResults: boolean = true

Should the matching nodes be revealed (meaning that their parents will be expanded)?

silent

silent: boolean = false

If true no events will be triggered by this action

Generated using TypeDoc