mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
7 lines
No EOL
239 B
TypeScript
7 lines
No EOL
239 B
TypeScript
import BSTreeViewEventOptions from "./BSTreeViewEventOptions";
|
|
|
|
export default class BSTreeSearchOptions extends BSTreeViewEventOptions {
|
|
ignoreCase: boolean = true;
|
|
exactMatch: boolean = false;
|
|
revealResults: boolean = true;
|
|
} |